From 09feeeb9caf1ef937194a883be3ff6de15fe0a66 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 22 Jul 2009 23:09:08 +0200 Subject: [PATCH] Don't remove state and storage directories on shutdown --- src/main.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main.c b/src/main.c index 7793938..c35d0d8 100644 --- a/src/main.c +++ b/src/main.c @@ -249,9 +249,5 @@ selftest: g_main_loop_unref(main_loop); - rmdir(STORAGEDIR); - - rmdir(STATEDIR); - return 0; } -- 2.7.4