Revert "panic without invocation_id 1"
authorStefan Metzmacher <metze@samba.org>
Tue, 30 Oct 2012 09:50:34 +0000 (10:50 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 18 Feb 2019 10:31:19 +0000 (11:31 +0100)
This reverts commit 8d0b0e3c6a23ac9781a92f64c73ec994410550ab.

source4/dsdb/samdb/ldb_modules/repl_meta_data.c

index 01e388c1b8b64efa5c1065c7eddddf47f3ca876e..8b112a6b8db37744efdb8fa21f8f257b28ef8271 100644 (file)
@@ -1806,8 +1806,7 @@ static int replmd_update_rpmd(struct ldb_module *module,
        if (!our_invocation_id) {
                /* this happens during an initial vampire while
                   updating the schema */
-               DEBUG(0,("No invocationID - skipping replPropertyMetaData update\n"));
-               smb_panic(__location__);
+               DEBUG(5,("No invocationID - skipping replPropertyMetaData update\n"));
                return LDB_SUCCESS;
        }