projects
/
asterisk/asterisk.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix chanisavail typo that forced "state" mode (bug #3873)
[asterisk/asterisk.git]
/
apps
/
app_chanisavail.c
diff --git
a/apps/app_chanisavail.c
b/apps/app_chanisavail.c
index
c4c873b
..
23fb373
100755
(executable)
--- a/
apps/app_chanisavail.c
+++ b/
apps/app_chanisavail.c
@@
-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) {