diff options
author | Volker Lendecke <vl@sernet.de> | 2007-11-26 15:28:13 +0100 |
---|---|---|
committer | Volker Lendecke <vl@sernet.de> | 2007-11-26 15:28:13 +0100 |
commit | d4bfafa29c62c69b002b1ca9f527c51c00fd3fd6 (patch) | |
tree | 317061606fbd53bfd44e5039e1de7058e0230b1e /source3/smbd/lanman.c | |
parent | 2b32252b8abb7c27e3db60c6e2972254f7b0c8c8 (diff) | |
download | samba-d4bfafa29c62c69b002b1ca9f527c51c00fd3fd6.tar.gz samba-d4bfafa29c62c69b002b1ca9f527c51c00fd3fd6.tar.xz samba-d4bfafa29c62c69b002b1ca9f527c51c00fd3fd6.zip |
Fix bug 5055
(This used to be commit 8bcd2df841bae63e7d58c35d4728b7d853471697)
Diffstat (limited to 'source3/smbd/lanman.c')
-rw-r--r-- | source3/smbd/lanman.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/lanman.c b/source3/smbd/lanman.c index b2e435e97ff..17ab891c645 100644 --- a/source3/smbd/lanman.c +++ b/source3/smbd/lanman.c @@ -1380,7 +1380,7 @@ static bool api_RNetServerEnum(connection_struct *conn, uint16 vuid, } /* If someone sets SV_TYPE_LOCAL_LIST_ONLY but hasn't set - any other bit (they may just set this bit on it's own) they + any other bit (they may just set this bit on its own) they want all the locally seen servers. However this bit can be set on its own so set the requested servers to be ALL - DOMAIN_ENUM. */ |