svn commit: samba r12950 - in trunk/source/passdb: .

vlendec at samba.org vlendec at samba.org
Sun Jan 15 21:49:54 GMT 2006


Author: vlendec
Date: 2006-01-15 21:49:53 +0000 (Sun, 15 Jan 2006)
New Revision: 12950

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

Log:
Fix the build
Modified:
   trunk/source/passdb/pdb_nds.c


Changeset:
Modified: trunk/source/passdb/pdb_nds.c
===================================================================
--- trunk/source/passdb/pdb_nds.c	2006-01-15 19:11:35 UTC (rev 12949)
+++ trunk/source/passdb/pdb_nds.c	2006-01-15 21:49:53 UTC (rev 12950)
@@ -779,7 +779,7 @@
 				return NT_STATUS_OBJECT_NAME_NOT_FOUND;
 			}
 			pdb_set_backend_private_data(sam_acct, result, NULL,
-						     PDB_CHANGED);
+						     methods, PDB_CHANGED);
 			talloc_autofree_ldapmsg(sam_acct->mem_ctx, result);
 		}
 



More information about the samba-cvs mailing list