Ignore:
Timestamp:
Mar 12, 2008, 9:08:18 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.28a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/nmbd/nmbd_packets.c

    r108 r124  
    16071607                struct response_record *rrec, *nextrrec;
    16081608
     1609  restart:
     1610
    16091611                for (rrec = subrec->responselist; rrec; rrec = nextrrec) {
    16101612                        nextrrec = rrec->next;
     
    16451647                                                        remove_response_record(subrec, rrec);
    16461648                                                }
     1649                                                /* We have changed subrec->responselist,
     1650                                                 * restart from the beginning of this list. */
     1651                                                goto restart;
    16471652                                        } /* !rrec->in_expitation_processing */
    16481653                                } /* rrec->repeat_count > 0 */
Note: See TracChangeset for help on using the changeset viewer.