Changeset 165 for branches/samba-3.0/source/nsswitch/winbindd_util.c
- Timestamp:
- Mar 11, 2009, 9:14:55 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/nsswitch/winbindd_util.c
r140 r165 772 772 773 773 while(temp != NULL) { 774 struct getent_state *next ;774 struct getent_state *next = temp->next; 775 775 776 776 /* Free sam entries then list entry */ … … 778 778 SAFE_FREE(state->sam_entries); 779 779 DLIST_REMOVE(state, state); 780 next = temp->next;781 780 782 781 SAFE_FREE(temp);
Note:
See TracChangeset
for help on using the changeset viewer.