]> git.etc.gen.nz Git - spong.git/commitdiff
file spong-client.pid was being delete if --nosleep was specified on the
authorStephen L Johnson <sjohnson@monsters.org>
Wed, 26 Jan 2000 05:34:17 +0000 (05:34 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Wed, 26 Jan 2000 05:34:17 +0000 (05:34 +0000)
command line. spong-network.pid should has been deleted.

src/spong-network.pl

index e04e58f2c37634b0ddeb50fd912358bb7a240198..ccc5a0faab618102680f3f8b121c5e0583680575 100755 (executable)
@@ -77,7 +77,7 @@ while( 1 ) {
    }
 }
 
-unlink( "$SPONGTMP/spong-client.pid" ) unless $nosleep;
+unlink( "$SPONGTMP/spong-network.pid" ) unless $nosleep;
 exit(0);