svn commit: samba r23548 - in branches: SAMBA_3_0/source/param
SAMBA_3_0_26/source/param
obnox at samba.org
obnox at samba.org
Tue Jun 19 21:08:47 GMT 2007
Author: obnox
Date: 2007-06-19 21:08:46 +0000 (Tue, 19 Jun 2007)
New Revision: 23548
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23548
Log:
Fix comments.
Michael
Modified:
branches/SAMBA_3_0/source/param/loadparm.c
branches/SAMBA_3_0_26/source/param/loadparm.c
Changeset:
Modified: branches/SAMBA_3_0/source/param/loadparm.c
===================================================================
--- branches/SAMBA_3_0/source/param/loadparm.c 2007-06-19 21:06:31 UTC (rev 23547)
+++ branches/SAMBA_3_0/source/param/loadparm.c 2007-06-19 21:08:46 UTC (rev 23548)
@@ -3136,7 +3136,7 @@
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 @@
/* 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 @@
"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,
Modified: branches/SAMBA_3_0_26/source/param/loadparm.c
===================================================================
--- branches/SAMBA_3_0_26/source/param/loadparm.c 2007-06-19 21:06:31 UTC (rev 23547)
+++ branches/SAMBA_3_0_26/source/param/loadparm.c 2007-06-19 21:08:46 UTC (rev 23548)
@@ -3137,7 +3137,7 @@
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);
@@ -3151,7 +3151,7 @@
/* 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 */
@@ -3169,7 +3169,7 @@
"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,
More information about the samba-cvs
mailing list