Changeset 245 for branches/samba-3.2.x/source/web/cgi.c
- Timestamp:
- May 31, 2009, 6:01:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/web/cgi.c
r137 r245 315 315 } 316 316 317 #ifndef __OS2__ 317 318 pwd = getpwnam_alloc(NULL, user); 318 319 if (!pwd) { … … 329 330 } 330 331 TALLOC_FREE(pwd); 332 #endif 331 333 } 332 334
Note:
See TracChangeset
for help on using the changeset viewer.