lib/ldb/common/ldb_msg.c
authorStefan Metzmacher <metze@samba.org>
Wed, 25 Sep 2013 09:51:32 +0000 (11:51 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 25 Sep 2013 09:51:32 +0000 (11:51 +0200)
lib/ldb/common/ldb_msg.c

index fc8184bb739bd453a4b7ee80eb0bd7db68a42f74..39bb80efe779fcde4d5454bb0395b8cab20dec6c 100644 (file)
@@ -875,6 +875,7 @@ int ldb_msg_sanity_check(struct ldb_context *ldb,
 {
        unsigned int i, j;
 
+       return LDB_SUCCESS;
        /* basic check on DN */
        if (msg->dn == NULL) {
                ldb_set_errstring(ldb, "ldb message lacks a DN!");