Fix a typo I made. Lesson learned, apply the patch if one exists.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@139927 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Jeff Peeler 18 years ago
parent 319a21d960
commit a25c32289b

@ -1866,7 +1866,7 @@ static int action_originate(struct mansession *s, const struct message *m)
pthread_t th;
pthread_attr_t attr;
if (!ast_strlen_zero(name)) {
if (ast_strlen_zero(name)) {
astman_send_error(s, m, "Channel not specified");
return 0;
}

Loading…
Cancel
Save