panic without invocation_id 1
authorStefan Metzmacher <metze@samba.org>
Wed, 17 Oct 2012 10:35:41 +0000 (12:35 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 18 Feb 2019 10:31:19 +0000 (11:31 +0100)
source4/dsdb/samdb/ldb_modules/repl_meta_data.c

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