git-svn-id: http://svn.openzap.org/svn/openzap/trunk@557 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Anthony Minessale 2008-09-14 23:31:23 +00:00
parent 77278ca92e
commit 75943674cb
1 changed files with 1 additions and 1 deletions

View File

@ -760,7 +760,7 @@ zap_status_t zap_channel_set_state(zap_channel_t *zchan, zap_channel_state_t sta
{
switch(state) {
case ZAP_CHANNEL_STATE_UP:
ok = 0;
ok = 1;
break;
default:
break;