The Samba-Bugzilla – Attachment 8411 Details for
Bug 9556
Connections are not correctly cached for msdfs proxy shares
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch which fix the problem (probably not in the best way)
cache_dfs.diff (text/plain), 453 bytes, created by
Grégoire Menuel
on 2013-01-11 15:55:21 UTC
(
hide
)
Description:
Patch which fix the problem (probably not in the best way)
Filename:
MIME Type:
Creator:
Grégoire Menuel
Created:
2013-01-11 15:55:21 UTC
Size:
453 bytes
patch
obsolete
>diff -urwb libsmb.orig/clidfs.c libsmb/clidfs.c >--- libsmb.orig/clidfs.c 2012-06-24 19:21:16.000000000 +0200 >+++ libsmb/clidfs.c 2013-01-11 16:48:49.647743203 +0100 >@@ -320,6 +320,10 @@ > > /* Enter into the list. */ > if (referring_cli) { >+ talloc_free(cli->desthost); >+ cli->desthost = talloc_strdup(cli, server); >+ talloc_free(cli->share); >+ cli->share = talloc_strdup(cli, share); > DLIST_ADD_END(referring_cli, cli, struct cli_state *); > } >
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 9556
: 8411