1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

r20779: fix compiler warnings

metze
(This used to be commit 0b98f11d3eeee3eaf862dc06468332a20e22c059)
This commit is contained in:
Stefan Metzmacher 2007-01-14 19:03:59 +00:00 committed by Gerald (Jerry) Carter
parent 2fe86d1e42
commit 3b956f0779

View File

@ -1141,7 +1141,7 @@ const char *samdb_result_fsmo_name(struct ldb_context *ldb, TALLOC_CTX *mem_ctx,
/*
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 };