Changeset 119 for branches/samba-3.0


Ignore:
Timestamp:
Feb 5, 2008, 8:59:17 PM (18 years ago)
Author:
Paul Smedley
Message:

No need to change user on OS2 when running as Apache cgi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/web/cgi.c

    r1 r119  
    310310        }
    311311
     312#ifndef __OS2__
    312313        pwd = getpwnam_alloc(NULL, user);
    313314        if (!pwd) {
     
    324325        }
    325326        TALLOC_FREE(pwd);
     327#endif
    326328}
    327329
Note: See TracChangeset for help on using the changeset viewer.