Changeset 134 for trunk/src/sh_userfiles.c
- Timestamp:
- Oct 26, 2007, 12:20:10 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_userfiles.c
r111 r134 267 267 /* We build a list in here because the samhain internals want to use 268 268 * getpwent() too */ 269 SH_MUTEX_LOCK(mutex_pwent); 269 270 /*@-unrecog@*/ 270 271 sh_setpwent(); … … 292 293 } 293 294 } 295 sh_endpwent(); 296 SH_MUTEX_UNLOCK(mutex_pwent); 294 297 295 298 for (homes = userHomes; homes != NULL; homes = homes->next ) {
Note:
See TracChangeset
for help on using the changeset viewer.