~ubuntu-dev/ubuntu/lucid/dovecot/lucid-201002101901

« back to all changes in this revision

Viewing changes to src/master/auth-process.c

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2008-05-26 09:51:01 UTC
  • mto: (4.1.1 lenny) (1.11.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20080526095101-qgoz480srtn2rf89
Tags: upstream-1.0.13
ImportĀ upstreamĀ versionĀ 1.0.13

Show diffs side-by-side

added added

removed removed

Lines of Context:
413
413
        int i;
414
414
 
415
415
        /* setup access environment */
416
 
        restrict_access_set_env(set->user, set->uid, set->gid, set->chroot,
417
 
                                0, 0, NULL);
 
416
        restrict_access_set_env(set->user, set->uid, set->gid,
 
417
                                (gid_t)-1, set->chroot, 0, 0, NULL);
418
418
 
419
419
        /* set other environment */
420
420
        env_put("DOVECOT_MASTER=1");