(make_pa_enc_timestamp): put usec correctly(?)

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2937 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-08-12 01:04:47 +00:00
parent f7bccc81b7
commit 687c4ac22e

View File

@@ -279,7 +279,7 @@ make_pa_enc_timestamp(krb5_context context, PA_DATA *pa, krb5_keyblock *key)
krb5_us_timeofday (context, &sec, &usec);
p.patimestamp = sec;
p.pausec = usec;
p.pausec = &usec;
ret = encode_PA_ENC_TS_ENC(buf + sizeof(buf) - 1,
sizeof(buf),