From ab375526e8ec8f34a79195a62adb33548599c87d Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Wed, 14 Mar 2012 15:59:27 +1100 Subject: s4-dsdb: Fix the case for attribute name msDS-hasMasterNCs Autobuild-User: Amitay Isaacs Autobuild-Date: Wed Mar 14 11:59:02 CET 2012 on sn-devel-104 --- source4/dsdb/repl/drepl_partitions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/dsdb/repl') diff --git a/source4/dsdb/repl/drepl_partitions.c b/source4/dsdb/repl/drepl_partitions.c index 07f3339cf5..3aa715a92d 100644 --- a/source4/dsdb/repl/drepl_partitions.c +++ b/source4/dsdb/repl/drepl_partitions.c @@ -41,7 +41,7 @@ WERROR dreplsrv_load_partitions(struct dreplsrv_service *s) { WERROR status; - static const char *attrs[] = { "hasMasterNCs", "msDs-hasMasterNCs", "hasPartialReplicaNCs", "msDS-HasFullReplicaNCs", NULL }; + static const char *attrs[] = { "hasMasterNCs", "msDS-hasMasterNCs", "hasPartialReplicaNCs", "msDS-HasFullReplicaNCs", NULL }; unsigned int a; int ret; TALLOC_CTX *tmp_ctx; -- cgit