Ulrich Windl wrote:
> Unruh <[EMAIL PROTECTED]> writes:
> 
>> In ntpdate.c around line 542 (4.2.4p4)is the sequence
>> if (!authistrusted(sys_authkey)) {
>>          char buf[10];
>>
>>          (void) sprintf(buf, "%lu", (unsigned long)sys_authkey);
>>          msyslog(LOG_ERR, "authentication key %s unknown", buf);
> 
> Is that too simple?
>           msyslog(LOG_ERR, "authentication key %lu unknown",
>                   (unsigned long)sys_authkey);
> 

In this case it's the right solution. There's no need for an 
intermediate buffer here.

Danny
_______________________________________________
questions mailing list
[email protected]
https://lists.ntp.org/mailman/listinfo/questions

Reply via email to