Re: buglet - Re: [chrony-dev] [GIT] chrony/chrony.git branch master updated. 2.4-41-g7a1ebc3

[ Thread Index | Date Index | More chrony.tuxfamily.org/chrony-dev Archives ]


On Sat, Aug 20, 2016 at 04:10:00AM +1200, Bryan Christianson wrote:
> @@ -361,7 +361,7 @@ LCL_ReadRawTime(struct timespec *ts)
>    struct timeval tv;
>  
>    if (gettimeofday(&tv, NULL) < 0)
> -    LOG_FATAL(LOGF_Local, "gettimeofday() failed : %s", stderror(errno));
> +    LOG_FATAL(LOGF_Local, "gettimeofday() failed : %s", strerror(errno));
>  
>    UTI_TimevalToTimespec(&tv, ts);
>  #endif

I knew there would be something :). Thanks.

-- 
Miroslav Lichvar

-- 
To unsubscribe email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "unsubscribe" in the subject.
For help email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "help" in the subject.
Trouble?  Email listmaster@xxxxxxxxxxxxxxxxxxxx.


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/