The Samba-Bugzilla – Attachment 4851 Details for
Bug 6814
Fixes for problems reported by valgrind
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Initialize event timeout
samba-3.4.2-event-timeout-timer-init.patch (text/plain), 959 bytes, created by
Roel van Meer
on 2009-10-15 05:45:54 UTC
(
hide
)
Description:
Initialize event timeout
Filename:
MIME Type:
Creator:
Roel van Meer
Created:
2009-10-15 05:45:54 UTC
Size:
959 bytes
patch
obsolete
>diff -ruN samba-3.4.2.orig/source3/winbindd/winbindd.c samba-3.4.2/source3/winbindd/winbindd.c >--- samba-3.4.2.orig/source3/winbindd/winbindd.c 2009-09-30 14:17:40.000000000 +0200 >+++ samba-3.4.2/source3/winbindd/winbindd.c 2009-10-14 10:34:48.000000000 +0200 >@@ -1044,6 +1044,8 @@ > > timeout.tv_sec = WINBINDD_ESTABLISH_LOOP; > timeout.tv_usec = 0; >+ ev_timeout.tv_sec = 9999; >+ ev_timeout.tv_usec = 0; > > /* Check for any event timeouts. */ > { >diff -ruN samba-3.4.2.orig/source3/winbindd/winbindd_dual.c samba-3.4.2/source3/winbindd/winbindd_dual.c >--- samba-3.4.2.orig/source3/winbindd/winbindd_dual.c 2009-09-30 14:17:40.000000000 +0200 >+++ samba-3.4.2/source3/winbindd/winbindd_dual.c 2009-10-15 09:47:21.000000000 +0200 >@@ -1386,6 +1386,9 @@ > struct timeval now; > TALLOC_CTX *frame = talloc_stackframe(); > >+ t.tv_sec = 9999; >+ t.tv_usec = 0; >+ > if (run_events(winbind_event_context(), 0, NULL, NULL)) { > TALLOC_FREE(frame); > continue;
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 6814
:
4851
|
4852
|
4853
|
4859
|
4861
|
4888
|
4993
|
5424
|
5429
|
5430