aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xchannels/chan_zap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index d85e7102f..3c755cf0f 100755
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -6412,6 +6412,7 @@ static struct zt_pvt *pri_find_crv(struct zt_pri *pri, int crv)
return p;
p = p->next;
}
+ return NULL;
}