aboutsummaryrefslogtreecommitdiffstats
path: root/cdr/cdr_custom.c
diff options
context:
space:
mode:
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)