Changeset 119 for branches/samba-3.0
- Timestamp:
- Feb 5, 2008, 8:59:17 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/web/cgi.c
r1 r119 310 310 } 311 311 312 #ifndef __OS2__ 312 313 pwd = getpwnam_alloc(NULL, user); 313 314 if (!pwd) { … … 324 325 } 325 326 TALLOC_FREE(pwd); 327 #endif 326 328 } 327 329
Note:
See TracChangeset
for help on using the changeset viewer.