1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-15 16:23:49 +03:00

r23548: Fix comments.

Michael
This commit is contained in:
Michael Adam
2007-06-19 21:08:46 +00:00
committed by Gerald (Jerry) Carter
parent f0992c0d79
commit 73e41c1d0a

View File

@@ -3136,7 +3136,7 @@ static BOOL process_registry_globals(BOOL (*pfunc)(const char *, const char *))
KEY_SMBCONF, GLOBAL_NAME);
normalize_dbkey(keystr);
DEBUG(10, ("process_registry_shares: fetching key '%s'\n",
DEBUG(10, ("process_registry_globals: fetching key '%s'\n",
keystr));
data = tdb_fetch_bystring(reg_tdb->tdb, keystr);
@@ -3150,7 +3150,7 @@ static BOOL process_registry_globals(BOOL (*pfunc)(const char *, const char *))
/* unpack number of values */
len = tdb_unpack(buf, buflen, "d", &num_values);
DEBUG(10, ("process_registry_shares: got %d values from tdb\n",
DEBUG(10, ("process_registry_globals: got %d values from tdb\n",
num_values));
/* unpack the values */
@@ -3168,7 +3168,7 @@ static BOOL process_registry_globals(BOOL (*pfunc)(const char *, const char *))
"parameter 'include' in registry.\n"));
continue;
}
DEBUG(10, ("process_registry_shares: got value '%s'\n",
DEBUG(10, ("process_registry_globals: got value '%s'\n",
valname));
if (size && data_p) {
err = registry_pull_value(reg_tdb,