summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/service.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/service.c b/source3/smbd/service.c
index 8b73f68364..33b2cb26c1 100644
--- a/source3/smbd/service.c
+++ b/source3/smbd/service.c
@@ -295,6 +295,7 @@ void load_registry_shares(void)
WERROR err;
int i;
+ DEBUG(8, ("load_registry_shares()\n"));
if (!lp_registry_shares()) {
return;
}