mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 08:09:08 +00: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,
|
"rcmd", instance, &fromaddr,
|
||||||
&local_addr, kdata, "", schedule,
|
&local_addr, kdata, "", schedule,
|
||||||
version);
|
version);
|
||||||
des_set_key(kdata->session, schedule);
|
des_set_key(&kdata->session, schedule);
|
||||||
} else
|
} else
|
||||||
#endif
|
#endif
|
||||||
rc = krb_recvauth(authopts, 0, ticket, "rcmd",
|
rc = krb_recvauth(authopts, 0, ticket, "rcmd",
|
||||||
|
Loading…
Reference in New Issue
Block a user