(process_request): Set `new'

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1864 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-06-08 05:55:08 +00:00
parent b535ff034a
commit 5456f2c293

View File

@@ -60,6 +60,8 @@ process_request(krb5_context context,
KDC_REQ req;
krb5_error_code err;
int i;
gettimeofday(&now, NULL);
if (maybe_AS_REQ(buf, len)){
i = decode_AS_REQ(buf, len, &req);
if(i >= 0){