(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:
@@ -279,7 +279,7 @@ make_pa_enc_timestamp(krb5_context context, PA_DATA *pa, krb5_keyblock *key)
|
|||||||
|
|
||||||
krb5_us_timeofday (context, &sec, &usec);
|
krb5_us_timeofday (context, &sec, &usec);
|
||||||
p.patimestamp = sec;
|
p.patimestamp = sec;
|
||||||
p.pausec = usec;
|
p.pausec = &usec;
|
||||||
|
|
||||||
ret = encode_PA_ENC_TS_ENC(buf + sizeof(buf) - 1,
|
ret = encode_PA_ENC_TS_ENC(buf + sizeof(buf) - 1,
|
||||||
sizeof(buf),
|
sizeof(buf),
|
||||||
|
Reference in New Issue
Block a user