projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ea60d42
)
ensure that successful configuration results in the module staying loaded (bug #3968)
author
Kevin P. Fleming
<kpfleming@digium.com>
Wed, 6 Apr 2005 16:14:21 +0000
(16:14 +0000)
committer
Kevin P. Fleming
<kpfleming@digium.com>
Wed, 6 Apr 2005 16:14:21 +0000
(16:14 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5424
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
cdr/cdr_custom.c
patch
|
blob
|
history
diff --git
a/cdr/cdr_custom.c
b/cdr/cdr_custom.c
index
08abbca
..
bfde470
100755
(executable)
--- a/
cdr/cdr_custom.c
+++ b/
cdr/cdr_custom.c
@@
-74,6
+74,7
@@
static int load_config(int reload)
var = var->next;
}
ast_config_destroy(cfg);
var = var->next;
}
ast_config_destroy(cfg);
+ res = 0;
} else {
if (reload)
ast_log(LOG_WARNING, "Failed to reload configuration file.\n");
} else {
if (reload)
ast_log(LOG_WARNING, "Failed to reload configuration file.\n");