]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
not a not but rather a not not
authorAnthony Minessale <anthony.minessale@gmail.com>
Fri, 2 Oct 2009 19:03:13 +0000 (19:03 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Fri, 2 Oct 2009 19:03:13 +0000 (19:03 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15055 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_ivr_originate.c

index 936abe6fea4b9d5081d146c03184417529acba90..79f8352a584c3152615e36544d4c18289cdec446 100644 (file)
@@ -2345,7 +2345,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess
                                                }
                                        }
                                }
-                               if (!ok) {
+                               if (ok) {
                                        goto outer_for;
                                }
                        }