Skip to content
Snippets Groups Projects
Commit edf26574 authored by Mark Spencer's avatar Mark Spencer
Browse files

Fix chanisavail typo that forced "state" mode (bug #3873)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5282 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 4253cfd2
Branches
Tags
No related merge requests found
...@@ -69,7 +69,7 @@ static int chanavail_exec(struct ast_channel *chan, void *data) ...@@ -69,7 +69,7 @@ static int chanavail_exec(struct ast_channel *chan, void *data)
stringp = info; stringp = info;
strsep(&stringp, "|"); strsep(&stringp, "|");
options = strsep(&stringp, "|"); options = strsep(&stringp, "|");
if (options && *options == 's'); if (options && *options == 's')
option_state = 1; option_state = 1;
peers = info; peers = info;
if (peers) { if (peers) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment