mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-31 12:13:10 +00:00
Fix apparent mis-paste in previous check-in by author.
This commit is contained in:
parent
48a12f8928
commit
4760d2ac3f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=177963
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user