svn commit: samba r11709 - in branches/SAMBA_4_0/source/lib/registry: .

tpot at samba.org tpot at samba.org
Mon Nov 14 00:57:19 GMT 2005


Author: tpot
Date: 2005-11-14 00:57:19 +0000 (Mon, 14 Nov 2005)
New Revision: 11709

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11709

Log:
Comment out unused function.

Modified:
   branches/SAMBA_4_0/source/lib/registry/reg_backend_nt4.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/registry/reg_backend_nt4.c
===================================================================
--- branches/SAMBA_4_0/source/lib/registry/reg_backend_nt4.c	2005-11-13 18:35:12 UTC (rev 11708)
+++ branches/SAMBA_4_0/source/lib/registry/reg_backend_nt4.c	2005-11-14 00:57:19 UTC (rev 11709)
@@ -652,6 +652,8 @@
 	return WERR_NOT_SUPPORTED;
 }
 
+#if 0 /* Unused */
+
 static WERROR regf_save_hbin(struct registry_hive *hive, struct hbin_block *hbin)
 {
 	struct regf_data *regf = hive->backend_data;
@@ -670,6 +672,8 @@
 	return WERR_OK;
 }
 
+#endif
+
 static WERROR nt_open_hive (struct registry_hive *h, struct registry_key **key)
 {
 	struct regf_data *regf;



More information about the samba-cvs mailing list