From ba25971b893e55c90e1c92f35f1cd1b59dfdd159 Mon Sep 17 00:00:00 2001 From: Ilia Rostovtsev Date: Wed, 8 Dec 2021 12:29:44 +0300 Subject: [PATCH] Revert "Add missing lib call" This reverts commit d4c61774eed8cd37a7f88f709fce1479fc44bc81. --- fastrpc.cgi | 1 - 1 file changed, 1 deletion(-) diff --git a/fastrpc.cgi b/fastrpc.cgi index 740035577..6ed952b46 100755 --- a/fastrpc.cgi +++ b/fastrpc.cgi @@ -8,7 +8,6 @@ BEGIN { push(@INC, "."); }; use WebminCore; use POSIX; use Socket; -use Socket6; $force_lang = $default_lang; &init_config(); print "Content-type: text/plain\n\n";