summaryrefslogtreecommitdiff
path: root/source4/lib/replace.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-05-04 22:53:47 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:51:45 -0500
commitaf66c31e44bcb052f35f9b1de8e997149fddac89 (patch)
treecf3d1d84d2b423662eee63028263f9437f8d0c66 /source4/lib/replace.c
parentb4f94f5afafbe4f72f209e0058fa35799c2aceb2 (diff)
downloadsamba-af66c31e44bcb052f35f9b1de8e997149fddac89.tar.gz
samba-af66c31e44bcb052f35f9b1de8e997149fddac89.tar.bz2
samba-af66c31e44bcb052f35f9b1de8e997149fddac89.zip
r476: i forgot the argument to get_time_zone()
(This used to be commit 34ff18839c97dbb77c76097b4484ebec398da192)
Diffstat (limited to 'source4/lib/replace.c')
-rw-r--r--source4/lib/replace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace.c b/source4/lib/replace.c
index d0de601079..189c5bc04d 100644
--- a/source4/lib/replace.c
+++ b/source4/lib/replace.c
@@ -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;