Ignore:
Timestamp:
Mar 11, 2009, 9:14:55 AM (16 years ago)
Author:
Paul Smedley
Message:

Add 'missing' 3.0.34 diffs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/nsswitch/winbindd_util.c

    r140 r165  
    772772
    773773        while(temp != NULL) {
    774                 struct getent_state *next;
     774                struct getent_state *next = temp->next;
    775775
    776776                /* Free sam entries then list entry */
     
    778778                SAFE_FREE(state->sam_entries);
    779779                DLIST_REMOVE(state, state);
    780                 next = temp->next;
    781780
    782781                SAFE_FREE(temp);
Note: See TracChangeset for help on using the changeset viewer.