]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
oops
authorStefan Knoblich <stkn@freeswitch.org>
Mon, 13 Oct 2008 05:44:15 +0000 (05:44 +0000)
committerStefan Knoblich <stkn@freeswitch.org>
Mon, 13 Oct 2008 05:44:15 +0000 (05:44 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@594 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/openzap/src/ozmod/ozmod_isdn/ozmod_isdn.c

index ee97409504202e60256d1f57de8db401ef608abe..ffee6f7b20e876212c2ce7e63f0af7b7202334d8 100644 (file)
@@ -1764,7 +1764,6 @@ static ZIO_SIG_CONFIGURE_FUNCTION(zap_isdn_configure_span)
                                break;
                        }
                        digit_timeout = *optp;
-               }
                } else if (!strcasecmp(var, "q921loglevel")) {
                        q921loglevel = va_arg(ap, int);
                        if (q921loglevel < Q921_LOG_NONE) {