dbwrap: don't panic in db_open_trans() when attaching to ctdb fails.
authorMichael Adam <obnox@samba.org>
Tue, 15 Jul 2008 13:27:46 +0000 (15:27 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 15 Jul 2008 13:27:46 +0000 (15:27 +0200)
Michael

source/lib/dbwrap.c

index b498c46615c50554bfe0cc29430619cc7f97c227..2bff5d9257bd577070172cec37959be54fbc6720 100644 (file)
@@ -150,8 +150,6 @@ struct db_context *db_open_trans(TALLOC_CTX *mem_ctx,
                        if (result == NULL) {
                                DEBUG(0,("failed to attach to ctdb %s\n",
                                         partname));
-                               smb_panic("failed to attach to a ctdb "
-                                         "database");
                        }
                        return result;
                }