mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add missing zero flag argument.
This commit is contained in:
parent
09af1b6cdd
commit
5bd1ebd7d4
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ ncp_renegotiate_connparam(struct ncp_conn *conn, int buffsize, u_int8_t in_optio
|
|||
if (conn->li.saddr.sa_family == AF_IPX) {
|
||||
ilen = sizeof(ckslevel);
|
||||
error = kernel_sysctlbyname(curthread, "net.ipx.ipx.checksum",
|
||||
&ckslevel, &ilen, NULL, 0, NULL);
|
||||
&ckslevel, &ilen, NULL, 0, NULL, 0);
|
||||
if (error)
|
||||
return error;
|
||||
if (ckslevel == 2)
|
||||
|
|
|
|||
Loading…
Reference in a new issue