Blame SOURCES/0061-docs-dbus-fix-invalid-method-names.patch

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