Fix apparent mis-paste in previous check-in by author.

This commit is contained in:
Alexander Kabaev 2008-04-06 22:08:17 +00:00
parent 48a12f8928
commit 4760d2ac3f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=177963

View File

@ -368,7 +368,7 @@ create_service(struct netconfig *nconf)
}
if (nconf->nc_semantics != NC_TPI_CLTS)
listen(sock, SOMAXCONN);
listen(fd, SOMAXCONN);
transp = svc_tli_create(fd, nconf, NULL,
RPC_MAXDATASIZE, RPC_MAXDATASIZE);