Second part of a fix for bug #6235.
authorJeremy Allison <jra@samba.org>
Fri, 2 Oct 2009 10:23:32 +0000 (12:23 +0200)
committerKarolin Seeger <kseeger@samba.org>
Fri, 2 Oct 2009 10:23:32 +0000 (12:23 +0200)
Domain enumeration breaks if master browser has space in name.

source3/libsmb/libsmb_dir.c

index 219bbe64e120bf369174fcfe75ef6e170157de7f..44ecfce496a815421f4eb394c5206aee498a1536 100644 (file)
@@ -625,7 +625,7 @@ SMBC_opendir_ctx(SMBCCTX *context,
                                /*
                                 * Get the backup list ...
                                 */
-                               if (!name_status_find(server, 00,
+                               if (!name_status_find(server, 0x20, 0x20,
                                                       &rem_ss, buserver)) {
 
                                         DEBUG(0,("Could not get name of "