Changeset 427 for vendor/current/nsswitch
- Timestamp:
- Apr 9, 2010, 3:20:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/nsswitch/wins.c
r414 r427 334 334 fstring name; 335 335 size_t namelen; 336 TALLOC_CTX *frame; 336 337 337 338 #if HAVE_PTHREAD 338 339 pthread_mutex_lock(&wins_nss_mutex); 339 340 #endif 341 342 frame = talloc_stackframe(); 340 343 341 344 memset(he, '\0', sizeof(*he)); … … 422 425 out: 423 426 427 TALLOC_FREE(frame); 428 424 429 #if HAVE_PTHREAD 425 430 pthread_mutex_unlock(&wins_nss_mutex);
Note:
See TracChangeset
for help on using the changeset viewer.