svn commit: samba r20779 - in branches/SAMBA_4_0/source/dsdb/samdb: .

metze at samba.org metze at samba.org
Sun Jan 14 19:03:59 GMT 2007


Author: metze
Date: 2007-01-14 19:03:59 +0000 (Sun, 14 Jan 2007)
New Revision: 20779

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

Log:
fix compiler warnings

metze
Modified:
   branches/SAMBA_4_0/source/dsdb/samdb/samdb.c


Changeset:
Modified: branches/SAMBA_4_0/source/dsdb/samdb/samdb.c
===================================================================
--- branches/SAMBA_4_0/source/dsdb/samdb/samdb.c	2007-01-14 18:54:42 UTC (rev 20778)
+++ branches/SAMBA_4_0/source/dsdb/samdb/samdb.c	2007-01-14 19:03:59 UTC (rev 20779)
@@ -1141,7 +1141,7 @@
 /*
   work out the ntds settings dn for the current open ldb
 */
-const struct ldb_dn *samdb_ntds_settings_dn(struct ldb_context *ldb)
+struct ldb_dn *samdb_ntds_settings_dn(struct ldb_context *ldb)
 {
 	TALLOC_CTX *tmp_ctx;
 	const char *root_attrs[] = { "dsServiceName", NULL };



More information about the samba-cvs mailing list