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

tridge at samba.org tridge at samba.org
Wed Nov 2 07:27:06 GMT 2005


Author: tridge
Date: 2005-11-02 07:27:06 +0000 (Wed, 02 Nov 2005)
New Revision: 11476

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

Log:

finally fixed the intermittent registry server bug! This has been
cropping up occasionally for ages. The problem was the generic reg
code setting up a backend_data value, which it has no business doing
(backend_data is for backends ...)

Modified:
   branches/SAMBA_4_0/source/lib/registry/common/reg_interface.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/registry/common/reg_interface.c
===================================================================
--- branches/SAMBA_4_0/source/lib/registry/common/reg_interface.c	2005-11-02 06:49:08 UTC (rev 11475)
+++ branches/SAMBA_4_0/source/lib/registry/common/reg_interface.c	2005-11-02 07:27:06 UTC (rev 11476)
@@ -416,7 +416,6 @@
 	}
 	
 	(*newkey)->hive = parent->hive;
-	(*newkey)->backend_data = talloc_asprintf(mem_ctx, "%s\\%s", parent->path, name);
 
 	return WERR_OK;
 }



More information about the samba-cvs mailing list