svn commit: samba r2875 - in branches/SAMBA_4_0/source/ldap_server: .

idra at samba.org idra at samba.org
Sat Oct 9 16:38:18 GMT 2004


Author: idra
Date: 2004-10-09 16:38:18 +0000 (Sat, 09 Oct 2004)
New Revision: 2875

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/ldap_server&rev=2875&nolog=1

Log:

some fixes + (C) note


Modified:
   branches/SAMBA_4_0/source/ldap_server/ldap_simple_ldb.c


Changeset:
Modified: branches/SAMBA_4_0/source/ldap_server/ldap_simple_ldb.c
===================================================================
--- branches/SAMBA_4_0/source/ldap_server/ldap_simple_ldb.c	2004-10-09 16:37:29 UTC (rev 2874)
+++ branches/SAMBA_4_0/source/ldap_server/ldap_simple_ldb.c	2004-10-09 16:38:18 UTC (rev 2875)
@@ -2,6 +2,7 @@
    Unix SMB/CIFS implementation.
    LDAP server SIMPLE LDB implementation
    Copyright (C) Stefan Metzmacher 2004
+   Copyright (C) Simo Sorce 2004
    
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -329,7 +330,7 @@
 	local_ctx = talloc_named(call, 0, "sldb_Modify local memory context");
 	ALLOC_CHECK(local_ctx);
 
-	samdb = samdb_connect(call);
+	samdb = samdb_connect(local_ctx);
 	ALLOC_CHECK(samdb);
 
 	ldn = ldap_parse_dn(local_ctx, r->dn);



More information about the samba-cvs mailing list