Very minor rdate updates

This commit is contained in:
Eric Andersen
2003-07-22 08:26:05 +00:00
parent d9fe958921
commit 725db196c3
3 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@ static time_t askremotedate(const char *host)
fd = xconnect(host, port);
if (read(fd, (void *)&nett, 4) != 4) /* read time from server */
if (safe_read(fd, (void *)&nett, 4) != 4) /* read time from server */
bb_error_msg_and_die("%s did not send the complete time", host);
close(fd);