Skip to content

Commit

Permalink
Merge pull request #573 from adubovikov/master
Browse files Browse the repository at this point in the history
modules/sipcapture: removed wrong character
  • Loading branch information
adubovikov committed Apr 18, 2016
2 parents aaf7977 + 03ad0ac commit 2ed205e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sipcapture/sipcapture.c
Expand Up @@ -1908,7 +1908,7 @@ static struct mi_root* sip_capture_mi(struct mi_root* cmd_tree, void* param )
*capture_on_flag = 0;
return init_mi_tree( 200, MI_SSTR(MI_OK));
} else {
return init_mi_tree( 400, MI_SSTR(MI_BAD_PARM));
return init_mi_tree( 400, MI_SSTR(MI_BAD_PARM));
}
}

Expand Down

0 comments on commit 2ed205e

Please sign in to comment.