The Samba-Bugzilla – Attachment 5424 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, 3.5.0rc3
samba-3.5.0rc3-event-timeout-timer-init.patch (text/plain), 493 bytes, created by
Roel van Meer
on 2010-02-26 06:58:06 UTC
(
hide
)
Description:
Initialize event timeout, 3.5.0rc3
Filename:
MIME Type:
Creator:
Roel van Meer
Created:
2010-02-26 06:58:06 UTC
Size:
493 bytes
patch
obsolete
>diff -ruN samba-3.5.0rc3.orig/source3/winbindd/winbindd_dual.c samba-3.5.0rc3/source3/winbindd/winbindd_dual.c >--- samba-3.5.0rc3.orig/source3/winbindd/winbindd_dual.c 2010-02-19 14:32:33.000000000 +0100 >+++ samba-3.5.0rc3/source3/winbindd/winbindd_dual.c 2010-02-26 09:54:00.000000000 +0100 >@@ -1443,6 +1443,9 @@ > int iov_count; > NTSTATUS status; > >+ 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