The Samba-Bugzilla – Attachment 1576 Details for
Bug 3267
libsmbclient: file descriptor leak
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch proposed by the bug submitter
libsmbclient-cache.diff (text/plain), 588 bytes, created by
Christian Perrier (dead mail address)
on 2005-11-16 23:44:34 UTC
(
hide
)
Description:
Patch proposed by the bug submitter
Filename:
MIME Type:
Creator:
Christian Perrier (dead mail address)
Created:
2005-11-16 23:44:34 UTC
Size:
588 bytes
patch
obsolete
>--- source/libsmb/libsmbclient.c.orig 2005-11-17 06:09:09.073665787 +0100 >+++ source/libsmb/libsmbclient.c 2005-11-17 05:56:50.079229544 +0100 >@@ -764,7 +764,7 @@ > /* now add it to the cache (internal or external) */ > /* Let the cache function set errno if it wants to */ > errno = 0; >- if (context->callbacks.add_cached_srv_fn(context, srv, server, share, workgroup, username_used)) { >+ if (context->callbacks.add_cached_srv_fn(context, srv, server, share, workgroup, username)) { > int saved_errno = errno; > DEBUG(3, (" Failed to add server to cache\n")); > errno = saved_errno;
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 3267
: 1576