summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netgraph/ng_socket.c')
-rw-r--r--sys/netgraph/ng_socket.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/netgraph/ng_socket.c b/sys/netgraph/ng_socket.c
index f997d49..c9d9346 100644
--- a/sys/netgraph/ng_socket.c
+++ b/sys/netgraph/ng_socket.c
@@ -850,12 +850,9 @@ ngs_findhook(node_p node, const char *name)
uint32_t h;
/*
- * Microoptimisations for a ng_socket with no
- * hooks, or with a single hook, which is a
- * common case.
+ * Microoptimisation for an ng_socket with
+ * a single hook, which is a common case.
*/
- if (node->nd_numhooks == 0)
- return (NULL);
if (node->nd_numhooks == 1) {
hook_p hook;
OpenPOWER on IntegriCloud