]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
rpc: Convert an SOLISTENING check to an assertion
authorMark Johnston <markj@FreeBSD.org>
Fri, 17 Sep 2021 16:13:02 +0000 (12:13 -0400)
committerMark Johnston <markj@FreeBSD.org>
Fri, 17 Sep 2021 18:19:05 +0000 (14:19 -0400)
commit7fabaac2211e7ed1cec9650e46f4e03428411dcf
treea8de8b24d1b7980d7eddef7a0aa2b2840575b7d9
parent40fcdb9366d51400259020accaac9df212bd9508
rpc: Convert an SOLISTENING check to an assertion

Per the comment, this socket should always be a listening socket.

MFC after: 1 week
Sponsored by: The FreeBSD Foundation
sys/rpc/svc_vc.c