mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r476: i forgot the argument to get_time_zone()
This commit is contained in:
parent
5f30c3b077
commit
34ff18839c
@ -447,7 +447,7 @@ char *rep_inet_ntoa(struct in_addr ip)
|
||||
tm2.tm_isdst = tm3.tm_isdst;
|
||||
t = mktime(&tm2);
|
||||
if (zone == -1) {
|
||||
zone = get_time_zone();
|
||||
zone = get_time_zone(t);
|
||||
}
|
||||
t -= zone;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user