]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
vici: Fix syntax error in Ruby bindings
authorTobias Brunner <tobias@strongswan.org>
Mon, 17 Sep 2018 15:05:23 +0000 (17:05 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 17 Sep 2018 16:51:43 +0000 (18:51 +0200)
I guess nobody uses these.

Fixes: 2c7cfe76303b ("vici: flush-certs command flushes certificate cache")
src/libcharon/plugins/vici/ruby/lib/vici.rb

index f846a14afd4d0a452ed353049c88190607818ec0..61de99a1f78c0d8005d77d77839f6553b706e884 100644 (file)
@@ -450,7 +450,7 @@ module Vici
 
     ##
     # Flush credential cache.
-    def flush_certs((match = nil)
+    def flush_certs(match = nil)
       check_success(@transp.request("flush-certs", Message.new(match)))
     end