mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-24 16:10:11 +00:00
Fix a warning
Submitted by: Stefan Farfeleder <stefanf at FreeBSD dot org>
This commit is contained in:
parent
a97710c056
commit
48f98fe46a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134809
@ -519,7 +519,8 @@ MPPEInitOptsOutput(struct bundle *bundle, struct fsm_opt *o,
|
||||
if (!MPPE_MasterKeyValid) {
|
||||
log_Printf(LogCCP, "MPPE: MasterKey is invalid,"
|
||||
" MPPE is available only with CHAP81 authentication\n");
|
||||
ua_htonl(0x0, o->data);
|
||||
mval = 0;
|
||||
ua_htonl(&mval, o->data);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user