The Samba-Bugzilla – Attachment 2168 Details for
Bug 4137
PANIC in some situations with "Only user = Yes"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
4137.diff (text/plain), 540 bytes, created by
Volker Lendecke
on 2006-09-30 04:45:25 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2006-09-30 04:45:25 UTC
Size:
540 bytes
patch
obsolete
>Index: smbd/share_access.c >=================================================================== >--- smbd/share_access.c (Revision 18996) >+++ smbd/share_access.c (Arbeitskopie) >@@ -217,6 +217,10 @@ > const char *list[2]; > list[0] = lp_username(snum); > list[1] = NULL; >+ if ((list[0] == NULL) || (*list[0] == '\0')) { >+ DEBUG(0, ("'only user = yes' and no 'username ='\n")); >+ return False; >+ } > if (!token_contains_name_in_list(NULL, lp_servicename(snum), > token, list)) { > DEBUG(10, ("%s != 'username'\n", username));
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 4137
:
2166
|
2167
| 2168