(recv_krb4_auth): set `iv'

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6986 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-09-20 03:39:10 +00:00
parent d3f5d79294
commit 34fa1e560c

View File

@@ -185,6 +185,8 @@ recv_krb4_auth (int s, u_char *buf,
server_username, server_username,
cmd); cmd);
memcpy (iv, auth.session, sizeof(iv));
return 0; return 0;
} }