The Samba-Bugzilla – Attachment 2278 Details for
Bug 4356
msdfs and Vista don't work properly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed fix
4356.diff (text/plain), 531 bytes, created by
Volker Lendecke
on 2007-02-08 15:43:04 UTC
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2007-02-08 15:43:04 UTC
Size:
531 bytes
patch
obsolete
>Index: source/smbd/msdfs.c >=================================================================== >--- source/smbd/msdfs.c (Revision 21249) >+++ source/smbd/msdfs.c (Arbeitskopie) >@@ -832,9 +832,13 @@ > > /* create the referral depeding on version */ > DEBUG(10,("max_referral_level :%d\n",max_referral_level)); >- if(max_referral_level<2 || max_referral_level>3) { >+ >+ if (max_referral_level < 2) { > max_referral_level = 2; > } >+ if (max_referral_level > 3) { >+ max_referral_level = 3; >+ } > > switch(max_referral_level) { > case 2:
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 4356
: 2278