svn commit: samba r6935 - in branches/SAMBA_4_0/source/lib/ldb/modules: .

idra at samba.org idra at samba.org
Sun May 22 10:40:54 GMT 2005


Author: idra
Date: 2005-05-22 10:40:54 +0000 (Sun, 22 May 2005)
New Revision: 6935

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

Log:
don't do three things at a time :-)
Modified:
   branches/SAMBA_4_0/source/lib/ldb/modules/skel.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/modules/skel.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/modules/skel.c	2005-05-22 10:27:51 UTC (rev 6934)
+++ branches/SAMBA_4_0/source/lib/ldb/modules/skel.c	2005-05-22 10:40:54 UTC (rev 6935)
@@ -36,7 +36,8 @@
 #include "ldb/include/ldb.h"
 #include "ldb/include/ldb_private.h"
 
-static struct private_data {
+const struct private_data {
+
 	const char *error_string;
 };
 
@@ -133,7 +134,6 @@
 
 	ctx->ldb = ldb;
 	ctx->prev = ctx->next = NULL;
-	ctx->private_data = NULL;
 	ctx->ops = &skel_ops;
 
 	talloc_set_destructor (ctx, skel_destructor);



More information about the samba-cvs mailing list