aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--channels/chan_zap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index da6132af4..d071ab673 100644
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -10250,7 +10250,7 @@ static int setup_zap(int reload)
/* We *must* have a config file otherwise stop immediately */
if (!cfg) {
ast_log(LOG_ERROR, "Unable to load config %s\n", config);
- return -1;
+ return 0;
}