Changeset 119

Show
Ignore:
Timestamp:
02/05/08 20:59:17 (10 months ago)
Author:
psmedley
Message:

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

Files:
1 modified

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