r18555: use C:\ as default not C:
[bbaumbach/samba-autobuild/.git] / source4 / rpc_server / common / share_info.c
index f14af04e66f68cb1080764fa18e99e9638358432..cb6ce8b206bba3160017664a2182e08f1c5da2e9 100644 (file)
@@ -87,7 +87,7 @@ const char *dcesrv_common_get_share_path(TALLOC_CTX *mem_ctx, struct dcesrv_cont
                return talloc_strdup(mem_ctx, "");
        }
 
-       p = talloc_strdup(mem_ctx, share_string_option(scfg, SHARE_PATH, ""));
+       p = talloc_strdup(mem_ctx, share_string_option(scfg, SHARE_PATH, "/"));
        if (!p) {
                return NULL;
        }