stubs: add NSR_GetAuthReport()
Fixes: 79c7384e5e
("cmdmon: add authdata command")
This commit is contained in:
parent
7a7295992f
commit
17fb9e3709
1 changed files with 6 additions and 0 deletions
6
stubs.c
6
stubs.c
|
@ -319,6 +319,12 @@ NSR_ReportSource(RPT_SourceReport *report, struct timespec *now)
|
||||||
memset(report, 0, sizeof (*report));
|
memset(report, 0, sizeof (*report));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int
|
||||||
|
NSR_GetAuthReport(IPAddr *address, RPT_AuthReport *report)
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
NSR_GetNTPReport(RPT_NTPReport *report)
|
NSR_GetNTPReport(RPT_NTPReport *report)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue