diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2003-03-20 21:17:40 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2003-03-20 21:17:40 +0000 |
| commit | 31566c96f482a23dd7d6f7bde290092c6d33809b (patch) | |
| tree | 608cb551a154df99f6a9548cb3d9702bd3b8428c /sys/netncp | |
| parent | 2a53bfbe628abe5bf0bdf4a51c988cfed3c0f265 (diff) | |
Notes
Diffstat (limited to 'sys/netncp')
| -rw-r--r-- | sys/netncp/ncp_conn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netncp/ncp_conn.c b/sys/netncp/ncp_conn.c index d7111ec9c2d6..cc954624e09b 100644 --- a/sys/netncp/ncp_conn.c +++ b/sys/netncp/ncp_conn.c @@ -642,7 +642,7 @@ ncp_sysctl_connstat(SYSCTL_HANDLER_ARGS) int error; struct ncp_conn_stat ncs; struct ncp_conn *ncp; -/* struct ucred *cred = req->p->p_ucred;*/ +/* struct ucred *cred = req->td->td_ucred;*/ error = 0; sysctl_wire_old_buffer(req, 0); |
