mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 23:57:54 +01:00
Add missing & in des_set_key argument
This commit is contained in:
parent
bb36f58651
commit
cd0106ae43
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12387
@ -391,7 +391,7 @@ doit(fromp)
|
||||
"rcmd", instance, &fromaddr,
|
||||
&local_addr, kdata, "", schedule,
|
||||
version);
|
||||
des_set_key(kdata->session, schedule);
|
||||
des_set_key(&kdata->session, schedule);
|
||||
} else
|
||||
#endif
|
||||
rc = krb_recvauth(authopts, 0, ticket, "rcmd",
|
||||
|
Loading…
Reference in New Issue
Block a user