From 73fccf9d3235a1f5a051c7513d32ff6abdcd38a2 Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Sun, 30 Jan 2000 07:58:28 +0000 Subject: [PATCH] spong-client.pid was being deleted instead of spong-network.pid if --nosleep was specified. --- src/spong-network.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spong-network.pl b/src/spong-network.pl index e04e58f..ccc5a0f 100755 --- a/src/spong-network.pl +++ b/src/spong-network.pl @@ -77,7 +77,7 @@ while( 1 ) { } } -unlink( "$SPONGTMP/spong-client.pid" ) unless $nosleep; +unlink( "$SPONGTMP/spong-network.pid" ) unless $nosleep; exit(0); -- 2.30.2