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:
parent
92a6cd373a
commit
0edd0f43c0
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user