From: Jelte Jansen Date: Mon, 10 Sep 2012 10:31:46 +0000 (+0200) Subject: [1357] remove debug exception X-Git-Tag: trac2351_base~49^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e8a8a442cba80d9c9f2c0a7df1db981ccd195791;p=thirdparty%2Fkea.git [1357] remove debug exception --- diff --git a/src/bin/xfrin/xfrin.py.in b/src/bin/xfrin/xfrin.py.in index d26e8aa707..2613307402 100755 --- a/src/bin/xfrin/xfrin.py.in +++ b/src/bin/xfrin/xfrin.py.in @@ -432,7 +432,6 @@ class XfrinIXFRAdd(XfrinState): str(conn._current_serial) + ', got ' + str(soa_serial)) else: - raise Exception() conn._check_response_tsig_last() conn._diff.commit() self.set_xfrstate(conn, XfrinIXFRDeleteSOA())