1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

r476: i forgot the argument to get_time_zone()

(This used to be commit 34ff18839c97dbb77c76097b4484ebec398da192)
This commit is contained in:
Andrew Tridgell 2004-05-04 22:53:47 +00:00 committed by Gerald (Jerry) Carter
parent b4f94f5afa
commit af66c31e44

View File

@ -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;