[SCM] Samba Shared Repository - branch master updated - tevent-0-9-8-775-g2e989ba

Jeremy Allison jra at samba.org
Mon Sep 28 12:24:20 MDT 2009


The branch, master has been updated
       via  2e989bab0764c298a2530a2d4c8690258eba210c (commit)
      from  80ef513e90569e5e559fa0dcb62b75423b096a89 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 2e989bab0764c298a2530a2d4c8690258eba210c
Author: Jeremy Allison <jra at samba.org>
Date:   Mon Sep 28 11:23:30 2009 -0700

    Second part of fix for bug #6235 - domain enumeration breaks if master browser has space in name.
    Ensure we ask for the #20 name as we're using it as a server.
    Jeremy.

-----------------------------------------------------------------------

Summary of changes:
 source3/libsmb/libsmb_dir.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/libsmb/libsmb_dir.c b/source3/libsmb/libsmb_dir.c
index 7a6632a..436b3e8 100644
--- a/source3/libsmb/libsmb_dir.c
+++ b/source3/libsmb/libsmb_dir.c
@@ -625,7 +625,7 @@ SMBC_opendir_ctx(SMBCCTX *context,
 				/*
 				 * Get the backup list ...
 				 */
-				if (!name_status_find(server, 0, 0,
+				if (!name_status_find(server, 0x20, 0x20,
                                                       &rem_ss, buserver)) {
 
                                         DEBUG(0,("Could not get name of "


-- 
Samba Shared Repository


More information about the samba-cvs mailing list