From 5bd1ebd7d46af44e5963dd540cc667fb3b6deb11 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Tue, 12 Oct 2004 08:22:08 +0000 Subject: [PATCH] Add missing zero flag argument. --- sys/netncp/ncp_ncp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netncp/ncp_ncp.c b/sys/netncp/ncp_ncp.c index bf51b438480..f2f4e11e519 100644 --- a/sys/netncp/ncp_ncp.c +++ b/sys/netncp/ncp_ncp.c @@ -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)