mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-30 02:26:23 +00:00
fix a lil' typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7090 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2005-11-12 Russell Bryant <russell@digium.com>
|
||||||
|
|
||||||
|
* channels/chan_oss.c: Fix a typo in an error message.
|
||||||
|
|
||||||
2005-11-11 Kevin P. Fleming <kpfleming@digium.com>
|
2005-11-11 Kevin P. Fleming <kpfleming@digium.com>
|
||||||
|
|
||||||
* Asterisk 1.2.0-rc2 released.
|
* Asterisk 1.2.0-rc2 released.
|
||||||
|
@@ -1063,7 +1063,7 @@ static int console_hangup(int fd, int argc, char *argv[])
|
|||||||
o->cursound = -1;
|
o->cursound = -1;
|
||||||
o->nosound = 0;
|
o->nosound = 0;
|
||||||
if (!o->owner && !o->hookstate) { /* XXX maybe only one ? */
|
if (!o->owner && !o->hookstate) { /* XXX maybe only one ? */
|
||||||
ast_cli(fd, "No call to hangup up\n");
|
ast_cli(fd, "No call to hang up\n");
|
||||||
return RESULT_FAILURE;
|
return RESULT_FAILURE;
|
||||||
}
|
}
|
||||||
o->hookstate = 0;
|
o->hookstate = 0;
|
||||||
|
Reference in New Issue
Block a user