From e2f7e255c4e7645b76fab52d89f79bd1bd4c372e Mon Sep 17 00:00:00 2001 From: Matteo Riondato Date: Sat, 9 Jun 2007 09:20:22 +0000 Subject: [PATCH] Remove a comment I forgot to remove --- usr.sbin/rpcbind/rpcbind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/rpcbind/rpcbind.c b/usr.sbin/rpcbind/rpcbind.c index e4b72311075..2fe3c41f4a3 100644 --- a/usr.sbin/rpcbind/rpcbind.c +++ b/usr.sbin/rpcbind/rpcbind.c @@ -451,7 +451,7 @@ init_transport(struct netconfig *nconf) (void)free(uaddr); } #endif -/*ARRIVATO QUI*/ + if (nconf->nc_semantics != NC_TPI_CLTS) listen(fd, SOMAXCONN);