]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
stubs: add NSR_GetAuthReport()
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 20 May 2020 15:35:08 +0000 (17:35 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 21 May 2020 09:50:04 +0000 (11:50 +0200)
Fixes: 79c7384e5e47 ("cmdmon: add authdata command")
stubs.c

diff --git a/stubs.c b/stubs.c
index fe1cd50e765b6c69001cf0145b5d781ae23ffa88..a337307742a78c22303f4c311c17c764950d4edf 100644 (file)
--- a/stubs.c
+++ b/stubs.c
@@ -319,6 +319,12 @@ NSR_ReportSource(RPT_SourceReport *report, struct timespec *now)
   memset(report, 0, sizeof (*report));
 }
   
+int
+NSR_GetAuthReport(IPAddr *address, RPT_AuthReport *report)
+{
+  return 0;
+}
+
 int
 NSR_GetNTPReport(RPT_NTPReport *report)
 {