]> granicus.if.org Git - ejabberd/commitdiff
Append ; to privacy_list_data exporting lines (thanks to Marcio Luciano Donada)
authorBadlop <badlop@process-one.net>
Mon, 24 Oct 2016 11:42:33 +0000 (13:42 +0200)
committerBadlop <badlop@process-one.net>
Mon, 24 Oct 2016 11:42:33 +0000 (13:42 +0200)
src/mod_privacy_sql.erl

index 6da917e9dd5f45e20765c3659e74e2dc4c8c443d..a700db391032e813b61000f9797828fafbd794b6 100644 (file)
@@ -238,7 +238,7 @@ export(Server) ->
                                       "values (%(ID)d, %(SType)s, %(SValue)s, %(SAction)s,"
                                       " %(Order)d, %(MatchAll)b, %(MatchIQ)b,"
                                       " %(MatchMessage)b, %(MatchPresenceIn)b,"
-                                      " %(MatchPresenceOut)b)")
+                                      " %(MatchPresenceOut)b);")
                                  || {SType, SValue, SAction, Order,
                                      MatchAll, MatchIQ,
                                      MatchMessage, MatchPresenceIn,