summaryrefslogtreecommitdiffstats
path: root/prometheus/home/httpd/html/weatherstation/updateweatherstation.pl
diff options
context:
space:
mode:
Diffstat (limited to 'prometheus/home/httpd/html/weatherstation/updateweatherstation.pl')
-rwxr-xr-xprometheus/home/httpd/html/weatherstation/updateweatherstation.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/prometheus/home/httpd/html/weatherstation/updateweatherstation.pl b/prometheus/home/httpd/html/weatherstation/updateweatherstation.pl
index 87b8893..c0e9246 100755
--- a/prometheus/home/httpd/html/weatherstation/updateweatherstation.pl
+++ b/prometheus/home/httpd/html/weatherstation/updateweatherstation.pl
@@ -79,5 +79,5 @@ $sock->print( "GET /weatherstation/updateweatherstation.php?"
. $ENV{'QUERY_STRING'}
. " HTTP/1.0\r\n" );
$sock->print("\r\n");
-$sock->shutdown( $socket, 1 );
+$sock->shutdown( 1 );