From 3a66baed1500bb3ccbbc704bc10206e2f0cf12a2 Mon Sep 17 00:00:00 2001 From: "E. Westbrook" Date: Sat, 28 Mar 2020 15:28:26 -0600 Subject: [PATCH] test/find-connect-limit: add missing "socket =" --- test/find-connect-limit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/find-connect-limit b/test/find-connect-limit index ad0c3f5..199e515 100755 --- a/test/find-connect-limit +++ b/test/find-connect-limit @@ -10,7 +10,7 @@ ulimit -n You'll probably need to be root to do this. ]] -require "socket" +socket = require "socket" host = arg[1] or "google.com" port = arg[2] or 80