From: Jeremy Allison Date: Fri, 2 Oct 2009 10:23:32 +0000 (+0200) Subject: Second part of a fix for bug #6235. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d984b39d971b7fc8f66e6c5376a2b7a98dfc20d8;p=thirdparty%2Fsamba.git Second part of a fix for bug #6235. Domain enumeration breaks if master browser has space in name. --- diff --git a/source/libsmb/libsmb_dir.c b/source/libsmb/libsmb_dir.c index 8846abb9f6b..d238ab9a192 100644 --- a/source/libsmb/libsmb_dir.c +++ b/source/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 "