summaryrefslogtreecommitdiff
path: root/cdr
diff options
context:
space:
mode:
authorAnthony Minessale II <anthmct@yahoo.com>2005-03-31 15:55:44 +0000
committerAnthony Minessale II <anthmct@yahoo.com>2005-03-31 15:55:44 +0000
commit318406a0c58e50eb52d123198fd85f776448972f (patch)
tree3a40ca95a2905e145c0f3da70e62894dafdb601b /cdr
parent13bdb56867e94cd28bad24bb461b7187f7a3d1b7 (diff)
unconfigured cdr_custom should not be fatal
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5316 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'cdr')
-rwxr-xr-xcdr/cdr_custom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cdr/cdr_custom.c b/cdr/cdr_custom.c
index 28ff2e0cd..fee4444e6 100755
--- a/cdr/cdr_custom.c
+++ b/cdr/cdr_custom.c
@@ -135,7 +135,7 @@ int load_module(void)
if (mf)
fclose(mf);
}
- return res;
+ return 0;
}
int reload(void)