Skip to content

Commit 2a75bce

Browse files
theanarkhdanielleadams
authored andcommitted
net: remove unused callback
PR-URL: #44204 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Feng Yu <F3n67u@outlook.com>
1 parent 60de663 commit 2a75bce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎lib/net.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@ function internalConnect(
10341034
req.address=address;
10351035
req.oncomplete=afterConnect;
10361036

1037-
err=self._handle.connect(req,address,afterConnect);
1037+
err=self._handle.connect(req,address);
10381038
}
10391039

10401040
if(err){

0 commit comments

Comments
 (0)