summaryrefslogtreecommitdiff
path: root/channels/chan_zap.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-04-07 14:11:49 +0000
committerMark Spencer <markster@digium.com>2004-04-07 14:11:49 +0000
commita1ffc320e42cccbc256b380578e074603f52a8a5 (patch)
tree1d1089f16035a91460fcc838fbd0e8972bb3af55 /channels/chan_zap.c
parent512583709ad2648690c319703bc79d014965e74b (diff)
Don't say we're unable to find the channel if we're able to find it.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2646 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_zap.c')
-rwxr-xr-xchannels/chan_zap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index 7cf148145..c0af6cf35 100755
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -7132,6 +7132,8 @@ static int zap_show_channel(int fd, int argc, char **argv)
} else {
ast_cli(fd, "Actual Hookstate: %s\n", ps.rxisoffhook ? "Offhook" : "Onhook");
}
+ ast_mutex_unlock(&iflock);
+ return RESULT_SUCCESS;
}
tmp = tmp->next;
}