[rygel] examples: Actually commit changes in mx-info



commit acf52cdae2b973809b25c93e14a0a470883f3d30
Author: Jens Georg <mail jensge org>
Date:   Sun Aug 18 12:52:55 2019 +0200

    examples: Actually commit changes in mx-info

 examples/mx-info | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/examples/mx-info b/examples/mx-info
index 9c245a8a..8f31f524 100755
--- a/examples/mx-info
+++ b/examples/mx-info
@@ -100,6 +100,7 @@ if not has_blacklist and args.unblacklist:
 if has_blacklist and args.unblacklist:
     for uri in args.uris:
         c.execute (UNBLACKLIST_QUERY, { 'uri' : uri })
+    conn.commit()
 else:
     for uri in args.uris:
         c.execute (FILE_QUERY, {"uri": uri})


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]