mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 16:18:54 -04:00
Add missing & in des_set_key argument
This commit is contained in:
parent
bb36f58651
commit
cd0106ae43
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue