aboutsummaryrefslogtreecommitdiffstats
path: root/cdr/cdr_custom.c
diff options
context:
space:
mode:
authoranthm <anthm@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-31 15:55:44 +0000
committeranthm <anthm@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-31 15:55:44 +0000
commitc3c585a0a2ad532a3d16d9b3d9d66615a03e565f (patch)
tree3a40ca95a2905e145c0f3da70e62894dafdb601b /cdr/cdr_custom.c
parente9a2650a8541f90c27fcf72bba225ab7f453bb81 (diff)
unconfigured cdr_custom should not be fatal
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5316 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'cdr/cdr_custom.c')
-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)