diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-08-15 18:51:27 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-08-15 18:51:27 +0000 |
| commit | fb95b5d3c3d91d5c06e16abf161c11d4be32fb7a (patch) | |
| tree | 470986e91feb7d5a517a603465e7a4febc995bb4 /sys/netinet/tcp_input.c | |
| parent | d61198e422e40a336aa2bcefe4e97511b78315b6 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_input.c')
| -rw-r--r-- | sys/netinet/tcp_input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index 446fe9ff1c84..531efcf6a532 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -657,7 +657,7 @@ findpcb: so = inp->inp_socket; #ifdef MAC - error = mac_check_socket_receive(so, m); + error = mac_check_socket_deliver(so, m); if (error) goto drop; #endif |
