From 0746eb28c54cb2ba778150e9fd8d0c399f7dcd14 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 31 Oct 2015 19:21:05 -0400 Subject: Remove spurious failure about reopening database connection --- src/c/urweb.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/c/urweb.c') diff --git a/src/c/urweb.c b/src/c/urweb.c index d656ae03..1ef6600c 100644 --- a/src/c/urweb.c +++ b/src/c/urweb.c @@ -806,9 +806,6 @@ static void uw_try_reconnecting(uw_context ctx) { ctx->db = NULL; } ctx->app->db_init(ctx); - - if (!ctx->db) - uw_error(ctx, FATAL, "Error reopening database connection"); } void uw_try_reconnecting_and_restarting(uw_context ctx) { -- cgit v1.2.3