Browse Source

[1259] The commit of transaction

Michal 'vorner' Vaner 13 years ago
parent
commit
9b23d60d6f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/lib/python/isc/xfrin/diff.py

+ 2 - 1
src/lib/python/isc/xfrin/diff.py

@@ -138,7 +138,8 @@ class Diff:
 
         This might raise isc.datasrc.Error.
         """
-        pass
+        self.apply()
+        self.__updater.commit()
 
     def get_buffer(self):
         """