From 5dd463532c3d767de17b4f66357805b98f95a805 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Fri, 2 Oct 2009 19:03:13 +0000 Subject: [PATCH] not a not but rather a not not git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15055 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_ivr_originate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_ivr_originate.c b/src/switch_ivr_originate.c index 936abe6fea..79f8352a58 100644 --- a/src/switch_ivr_originate.c +++ b/src/switch_ivr_originate.c @@ -2345,7 +2345,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess } } } - if (!ok) { + if (ok) { goto outer_for; } }