diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2013-06-24 09:25:38 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2013-06-24 09:25:38 +0000 |
| commit | 62391fa0b98d2aa1b5ca79d29efdc556cbc5e3de (patch) | |
| tree | 3cacf462af4c1014aa72ccd18ee1910cd076c3c9 /lib/libnetgraph | |
| parent | 69bfab1c3991e44f00161d0d4eb1fde56d64960b (diff) | |
Notes
Diffstat (limited to 'lib/libnetgraph')
| -rw-r--r-- | lib/libnetgraph/msg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libnetgraph/msg.c b/lib/libnetgraph/msg.c index 534d1d181d48..c94645997acb 100644 --- a/lib/libnetgraph/msg.c +++ b/lib/libnetgraph/msg.c @@ -234,7 +234,7 @@ NgDeliverMsg(int cs, const char *path, } /* Wait for reply if there should be one. */ - if (msg->header.cmd & NGM_HASREPLY) { + if (msg->header.cmd & NGM_HASREPLY && !(msg->header.flags & NGF_RESP)) { struct pollfd rfds; int n; |
