diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2006-03-26 19:51:44 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2006-03-26 19:51:44 +0000 |
| commit | 0f5650dbf9c9a61d8f23ed0ee16bbddbcf09523d (patch) | |
| tree | b0de929ba57e69ded0bafdfbd3485c5278f52700 /sys/netipx | |
| parent | 46589e7054bde7542efaca6326bcc4bba089d2c3 (diff) | |
Notes
Diffstat (limited to 'sys/netipx')
| -rw-r--r-- | sys/netipx/spx_usrreq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netipx/spx_usrreq.c b/sys/netipx/spx_usrreq.c index 06c258ef71e4d..022f1a949286f 100644 --- a/sys/netipx/spx_usrreq.c +++ b/sys/netipx/spx_usrreq.c @@ -1340,7 +1340,7 @@ spx_accept(struct socket *so, struct sockaddr **nam) struct sockaddr_ipx *sipx, ssipx; ipxp = sotoipxpcb(so); - KASSERT(ipxp == NULL, ("spx_accept: ipxp == NULL")); + KASSERT(ipxp != NULL, ("spx_accept: ipxp == NULL")); sipx = &ssipx; bzero(sipx, sizeof *sipx); |
