1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

Add a debug message.

Michael
This commit is contained in:
Michael Adam 2008-03-12 02:07:37 +01:00
parent ce943aeb58
commit a398070448

View 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;
}