# HG changeset patch # User Adam Chlipala # Date 1446333665 14400 # Node ID d87d72b6e2994f777389d693e201d266bffb9ad1 # Parent cbd294994c6917b3e8b3f0457c607ec59a73387d Remove spurious failure about reopening database connection diff -r cbd294994c69 -r d87d72b6e299 src/c/urweb.c --- a/src/c/urweb.c Sat Oct 31 11:49:30 2015 -0400 +++ b/src/c/urweb.c Sat Oct 31 19:21:05 2015 -0400 @@ -806,9 +806,6 @@ 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) {