]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix for quite a special case when userland emulates a netgraph node, and
authorglebius <glebius@FreeBSD.org>
Mon, 11 Mar 2013 13:05:11 +0000 (13:05 +0000)
committerglebius <glebius@FreeBSD.org>
Mon, 11 Mar 2013 13:05:11 +0000 (13:05 +0000)
commit15e6f8c02a0806d1f30cf0f15734e43b9d02daec
tree8fe1916413768a8dec3e977a3cd9d8116c476e37
parent6feb84d64e6000cf84f1e76920d6824639a76fd5
Fix for quite a special case when userland emulates a netgraph node, and
userland can reply to a message with NGM_HASREPLY bit set. In this case
we should not wait for a response to a responce.

PR: 176771
Submitted by: Keith Reynolds <keith.reynolds tidalscale.com>
lib/libnetgraph/msg.c