Changeset 124 for branches/samba-3.0/source/nmbd/nmbd_packets.c
- Timestamp:
- Mar 12, 2008, 9:08:18 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/nmbd/nmbd_packets.c
r108 r124 1607 1607 struct response_record *rrec, *nextrrec; 1608 1608 1609 restart: 1610 1609 1611 for (rrec = subrec->responselist; rrec; rrec = nextrrec) { 1610 1612 nextrrec = rrec->next; … … 1645 1647 remove_response_record(subrec, rrec); 1646 1648 } 1649 /* We have changed subrec->responselist, 1650 * restart from the beginning of this list. */ 1651 goto restart; 1647 1652 } /* !rrec->in_expitation_processing */ 1648 1653 } /* rrec->repeat_count > 0 */
Note:
See TracChangeset
for help on using the changeset viewer.