]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1357] remove debug exception
authorJelte Jansen <jelte@isc.org>
Mon, 10 Sep 2012 10:31:46 +0000 (12:31 +0200)
committerJelte Jansen <jelte@isc.org>
Mon, 10 Sep 2012 10:31:46 +0000 (12:31 +0200)
src/bin/xfrin/xfrin.py.in

index d26e8aa7077d69b1bfda06b59646793d794aa333..26133074028a9c66abb8d7b2a7ef03032e01b2c6 100755 (executable)
@@ -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())