projects
/
profile
/
ivi
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
533f25a
)
Don't remove state and storage directories on shutdown
author
Marcel Holtmann
<marcel@holtmann.org>
Wed, 22 Jul 2009 21:09:08 +0000
(23:09 +0200)
committer
Marcel Holtmann
<marcel@holtmann.org>
Wed, 22 Jul 2009 21:09:08 +0000
(23:09 +0200)
src/main.c
patch
|
blob
|
history
diff --git
a/src/main.c
b/src/main.c
index
7793938
..
c35d0d8
100644
(file)
--- 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;
}