summaryrefslogtreecommitdiffstats
path: root/source/rpc_parse/parse_misc.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-10-02 06:57:18 +0000
committerJeremy Allison <jra@samba.org>2001-10-02 06:57:18 +0000
commit94403d841710391ec26539e4b4157439d5778ff7 (patch)
tree96541ba25d83db7f117162189a50c65f2536dab1 /source/rpc_parse/parse_misc.c
parent441f9415b365787854fb0d3e04d1ea4938d7af73 (diff)
downloadsamba-94403d841710391ec26539e4b4157439d5778ff7.tar.gz
samba-94403d841710391ec26539e4b4157439d5778ff7.tar.xz
samba-94403d841710391ec26539e4b4157439d5778ff7.zip
Fixed the bug with member servers in a Samba PDC hosted domain not allowing
other access. Problem was max time was being set to 0xffffffff, instead of 0x7fffffff. Jeremy.
Diffstat (limited to 'source/rpc_parse/parse_misc.c')
-rw-r--r--source/rpc_parse/parse_misc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/rpc_parse/parse_misc.c b/source/rpc_parse/parse_misc.c
index 6353c9a8cd9..5160a2778f7 100644
--- a/source/rpc_parse/parse_misc.c
+++ b/source/rpc_parse/parse_misc.c
@@ -1240,6 +1240,7 @@ BOOL smb_io_cred(char *desc, DOM_CRED *cred, prs_struct *ps, int depth)
if(!smb_io_chal ("", &cred->challenge, ps, depth))
return False;
+
if(!smb_io_utime("", &cred->timestamp, ps, depth))
return False;