svn commit: samba r10830 - in branches/SAMBA_4_0/source/lib/ldb/tools: .

metze at samba.org metze at samba.org
Sat Oct 8 07:41:58 GMT 2005


Author: metze
Date: 2005-10-08 07:41:57 +0000 (Sat, 08 Oct 2005)
New Revision: 10830

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

Log:
we should use the same name in all places:-)

metze
Modified:
   branches/SAMBA_4_0/source/lib/ldb/tools/cmdline.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/tools/cmdline.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/tools/cmdline.c	2005-10-08 00:33:19 UTC (rev 10829)
+++ branches/SAMBA_4_0/source/lib/ldb/tools/cmdline.c	2005-10-08 07:41:57 UTC (rev 10830)
@@ -76,7 +76,7 @@
 		goto failed;
 	}
 
-	if (ldb_set_opaque(ldb, "securityToken", system_session(ldb))) {
+	if (ldb_set_opaque(ldb, "sessionInfo", system_session(ldb))) {
 		goto failed;
 	}
 



More information about the samba-cvs mailing list