Add a debug message.
authorMichael Adam <obnox@samba.org>
Wed, 12 Mar 2008 01:07:37 +0000 (02:07 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 12 Mar 2008 01:12:34 +0000 (02:12 +0100)
Michael
(This used to be commit a39807044879ad9df7614e010db6ea16b51000a0)

source3/smbd/service.c

index 8b73f68364f8609ccc483e0f962428650ec6052a..33b2cb26c1a6b58e40b7304a7c656c099209d454 100644 (file)
@@ -295,6 +295,7 @@ void load_registry_shares(void)
        WERROR err;
        int i;
 
+       DEBUG(8, ("load_registry_shares()\n"));
        if (!lp_registry_shares()) {
                return;
        }