Skip to content
Snippets Groups Projects
Commit 318406a0 authored by Anthony Minessale II's avatar Anthony Minessale II
Browse files

unconfigured cdr_custom should not be fatal

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5316 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 13bdb568
No related branches found
No related tags found
No related merge requests found
...@@ -135,7 +135,7 @@ int load_module(void) ...@@ -135,7 +135,7 @@ int load_module(void)
if (mf) if (mf)
fclose(mf); fclose(mf);
} }
return res; return 0;
} }
int reload(void) int reload(void)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment