projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b082db0
)
Don't remove the config directory on destroy
author
David Goulet
<david.goulet@polymtl.ca>
Thu, 30 Jun 2011 20:33:04 +0000
(16:33 -0400)
committer
David Goulet
<david.goulet@polymtl.ca>
Thu, 30 Jun 2011 20:33:04 +0000
(16:33 -0400)
Signed-off-by: David Goulet <david.goulet@polymtl.ca>
lttng/conf.c
patch
|
blob
|
blame
|
history
diff --git
a/lttng/conf.c
b/lttng/conf.c
index 1cf0907ad884bf204060e6bd6f8f7df79f7d0bb1..57aaf7b2ddd5d726b70cf1b27a60f6f2eebcbe13 100644
(file)
--- a/
lttng/conf.c
+++ b/
lttng/conf.c
@@
-173,11
+173,6
@@
void config_destroy(char *path)
perror("remove config file");
}
- ret = rmdir(path);
- if (ret < 0) {
- perror("rmdir config dir");
- }
-
free(config_path);
}
This page took
0.037415 seconds
and
4
git commands to generate.