Re: EXPORTER strings

2019-03-24 Thread Sanjeev Gupta via devel
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

EXPORTER strings

2019-03-23 Thread Hal Murray via devel
> 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