From b82e2cf588916624c5f45c10e7c929f24ff84e9a Mon Sep 17 00:00:00 2001 From: Donald Yandt <10255876+TorontoMedia@users.noreply.github.com> Date: Sun, 27 Sep 2020 20:19:35 -0400 Subject: [PATCH 61/62] docs(dbus): fix invalid method names Replace invalid method names for both 'queryEntry' and 'queryIPSet'. Fixes: #693 (cherry picked from commit 6fc82d2d34b436a1f1921b36930169c965f3ff4b) (cherry picked from commit 24fb2b2424107cd88e331b8f8edae0dc1671c504) --- doc/xml/firewalld.dbus.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/xml/firewalld.dbus.xml b/doc/xml/firewalld.dbus.xml index 1625b9d50576..3bf4f53b108d 100644 --- a/doc/xml/firewalld.dbus.xml +++ b/doc/xml/firewalld.dbus.xml @@ -579,7 +579,7 @@ - queryService(s: ipset, s: entry) → b + queryEntry(s: ipset, s: entry) → b Return whether entry has been added to ipset. @@ -591,7 +591,7 @@ - queryService(s: ipset) → b + queryIPSet(s: ipset) → b Return whether ipset is defined in runtime configuration. -- 2.28.0