From cc3afb1ef5f05f75c20d21fccbe505d6122bbe85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Thu, 23 Jan 2014 21:16:48 -0500 Subject: [PATCH] tests: Fix shutdown test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber Acked-by: Serge E. Hallyn --- src/tests/shutdowntest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/shutdowntest.c b/src/tests/shutdowntest.c index fc4e8fd44..e8a712697 100644 --- a/src/tests/shutdowntest.c +++ b/src/tests/shutdowntest.c @@ -61,6 +61,7 @@ int main(int argc, char *argv[]) goto out; } + c->clear_config(c); c->load_config(c, NULL); c->want_daemonize(c, true); if (!c->startl(c, 0, NULL)) {