Don't remove state and storage directories on shutdown
authorMarcel Holtmann <marcel@holtmann.org>
Wed, 22 Jul 2009 21:09:08 +0000 (23:09 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 22 Jul 2009 21:09:08 +0000 (23:09 +0200)
src/main.c

index 7793938..c35d0d8 100644 (file)
@@ -249,9 +249,5 @@ selftest:
 
        g_main_loop_unref(main_loop);
 
-       rmdir(STORAGEDIR);
-
-       rmdir(STATEDIR);
-
        return 0;
 }