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

tridge at samba.org tridge at samba.org
Thu Feb 10 06:45:13 GMT 2005


Author: tridge
Date: 2005-02-10 06:45:13 +0000 (Thu, 10 Feb 2005)
New Revision: 5303

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

Log:
fixed build of gconf registry backend
Modified:
   branches/SAMBA_4_0/source/lib/registry/reg_backend_gconf.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/registry/reg_backend_gconf.c
===================================================================
--- branches/SAMBA_4_0/source/lib/registry/reg_backend_gconf.c	2005-02-10 06:36:30 UTC (rev 5302)
+++ branches/SAMBA_4_0/source/lib/registry/reg_backend_gconf.c	2005-02-10 06:45:13 UTC (rev 5303)
@@ -150,7 +150,7 @@
 	return WERR_OK;
 }
 
-static WERROR gconf_set_value(struct registry_key *key, const char *valname, uint32 type, void *data, int len)
+static WERROR gconf_set_value(struct registry_key *key, const char *valname, uint32_t type, void *data, int len)
 {
 	GError *error = NULL;
 	char *valpath;



More information about the samba-cvs mailing list