The Samba-Bugzilla – Attachment 3070 Details for
Bug 3617
nmbd crashes with signal 11 if another server announces itself as a local master browser
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Belt and braces
look (text/plain), 929 bytes, created by
Jeremy Allison
on 2007-12-21 13:34:56 UTC
(
hide
)
Description:
Belt and braces
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2007-12-21 13:34:56 UTC
Size:
929 bytes
patch
obsolete
>diff --git a/source/nmbd/nmbd_packets.c b/source/nmbd/nmbd_packets.c >index 1460f7d..97a81fe 100644 >--- a/source/nmbd/nmbd_packets.c >+++ b/source/nmbd/nmbd_packets.c >@@ -1606,6 +1606,8 @@ void retransmit_or_expire_response_records(time_t t) > for (subrec = FIRST_SUBNET; subrec; subrec = get_next_subnet_maybe_unicast_or_wins_server(subrec)) { > struct response_record *rrec, *nextrrec; > >+ restart: >+ > for (rrec = subrec->responselist; rrec; rrec = nextrrec) { > nextrrec = rrec->next; > >@@ -1644,6 +1646,9 @@ on subnet %s\n", rrec->response_id, inet_ntoa(rrec->packet->ip), subrec->subnet_ > no timeout function. */ > remove_response_record(subrec, rrec); > } >+ /* We have changed subrec->responselist, >+ * restart from the beginning of this list. */ >+ goto restart; > } /* !rrec->in_expitation_processing */ > } /* rrec->repeat_count > 0 */ > } /* rrec->repeat_time <= t */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 3617
:
1812
|
1844
|
1969
|
2915
|
2916
|
2917
|
3021
|
3065
|
3066
| 3070 |
3086
|
3154
|
3155
|
3156
|
3157