Ignore:
Timestamp:
Apr 9, 2010, 3:20:58 PM (15 years ago)
Author:
Silvan Scherrer
Message:

Samba 3.5.x: update to 3.5.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/nsswitch/wins.c

    r414 r427  
    334334        fstring name;
    335335        size_t namelen;
     336        TALLOC_CTX *frame;
    336337
    337338#if HAVE_PTHREAD
    338339        pthread_mutex_lock(&wins_nss_mutex);
    339340#endif
     341
     342        frame = talloc_stackframe();
    340343
    341344        memset(he, '\0', sizeof(*he));
     
    422425  out:
    423426
     427        TALLOC_FREE(frame);
     428
    424429#if HAVE_PTHREAD
    425430        pthread_mutex_unlock(&wins_nss_mutex);
Note: See TracChangeset for help on using the changeset viewer.