aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/vici/ruby/lib/vici.rb
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2016-12-08 18:14:40 +0100
committerTobias Brunner <tobias@strongswan.org>2017-02-16 19:21:12 +0100
commitd20bf50e04b5ed34f045cf084a4ad14f6026891e (patch)
treef867353ca90da64f3341030b3d6d045176bccd7d /src/libcharon/plugins/vici/ruby/lib/vici.rb
parent71fa1224ec9b227d4aa8f1350d132380af00e786 (diff)
downloadstrongswan-d20bf50e04b5ed34f045cf084a4ad14f6026891e.tar.bz2
strongswan-d20bf50e04b5ed34f045cf084a4ad14f6026891e.tar.xz
vici: Update get_pools() in Python and Ruby bindings
Diffstat (limited to 'src/libcharon/plugins/vici/ruby/lib/vici.rb')
-rw-r--r--src/libcharon/plugins/vici/ruby/lib/vici.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcharon/plugins/vici/ruby/lib/vici.rb b/src/libcharon/plugins/vici/ruby/lib/vici.rb
index 1a95fc3dd..bcf1a17be 100644
--- a/src/libcharon/plugins/vici/ruby/lib/vici.rb
+++ b/src/libcharon/plugins/vici/ruby/lib/vici.rb
@@ -492,8 +492,8 @@ module Vici
##
# Get the currently loaded pools.
- def get_pools()
- @transp.request("get-pools").root
+ def get_pools(options)
+ @transp.request("get-pools", Message.new(options)).root
end
##