Updated mine, thanks.
--
Sanjeev Gupta
+65 98551208 http://www.linkedin.com/in/ghane
On Sun, Mar 24, 2019 at 2:53 PM Hal Murray via devel
wrote:
> > I had the same problem, just change this
> > ntpd/nts_client.c: const char *label = "EXPORTER-nts/1";
> > To this:
> > ntpd/nts_client.c: c
> I had the same problem, just change this
> ntpd/nts_client.c: const char *label = "EXPORTER-nts/1";
> To this:
> ntpd/nts_client.c: char *label = "EXPORTER-network-time-security/1";
> Then it worked for me.
OK. I just pushed a fix. That will break things until everybody gets updated.
FreeB