mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-18 10:44:28 +00:00
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
This commit is contained in:
@@ -69,7 +69,7 @@ static int chanavail_exec(struct ast_channel *chan, void *data)
|
||||
stringp = info;
|
||||
strsep(&stringp, "|");
|
||||
options = strsep(&stringp, "|");
|
||||
if (options && *options == 's');
|
||||
if (options && *options == 's')
|
||||
option_state = 1;
|
||||
peers = info;
|
||||
if (peers) {
|
||||
|
Reference in New Issue
Block a user