s4-dsdb: Fix the case for attribute name msDS-hasMasterNCs
[amitay/samba.git] / source4 / dsdb / repl / drepl_partitions.c
index 07f3339cf5787196f476140042a7cfbe6cb8fa4b..3aa715a92d20bd59ed30ac53248199064f53fc85 100644 (file)
@@ -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;