1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r8710: another attempt at fixing HPUX

(This used to be commit eb3b3c8b40)
This commit is contained in:
Andrew Tridgell 2005-07-22 10:01:26 +00:00 committed by Gerald (Jerry) Carter
parent 92a6cd373a
commit 0edd0f43c0

View File

@ -514,7 +514,8 @@ int get_time_zone(time_t t)
#else
unsigned long long int v;
if (sscanf(str, "%lli", &v) != 1) {
smb_panic("system does not support %lli in sscanf");
errno = EINVAL;
return 0;
}
if (endptr) {
/* try to get endptr right - uggh */