From: Miroslav Lichvar Date: Wed, 20 May 2020 15:35:08 +0000 (+0200) Subject: stubs: add NSR_GetAuthReport() X-Git-Tag: 4.0-pre3~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17fb9e37097833d3a6bfafc00d376acefc36f64c;p=thirdparty%2Fchrony.git stubs: add NSR_GetAuthReport() Fixes: 79c7384e5e47 ("cmdmon: add authdata command") --- diff --git a/stubs.c b/stubs.c index fe1cd50e..a3373077 100644 --- 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) {