]> git.etc.gen.nz Git - spong.git/commitdiff
Replaced $SPONGWWW var with $SPONGTMP in remove_np_files function. Thanks to John...
authorStephen L Johnson <sjohnson@monsters.org>
Wed, 14 May 2003 06:02:01 +0000 (06:02 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Wed, 14 May 2003 06:02:01 +0000 (06:02 +0000)
src/spong-server.pl

index 6ab7dfd0020553995e7a2370d8b21fcc30df6693..12a584770f7ae954a4d1941ac678f3ff83f3915b 100755 (executable)
@@ -6,7 +6,7 @@
 # There are one or more update processes that listen for status updates 
 # from client programs.
 
-# $Id: spong-server.pl,v 1.58 2003/05/14 05:49:46 sljohnson Exp $
+# $Id: spong-server.pl,v 1.59 2003/05/14 06:02:01 sljohnson Exp $
 
 use lib "@@LIBDIR@@";
 
@@ -1304,7 +1304,7 @@ sub remove_np_files {
 
    foreach $file (@files) {
       if ( $file =~ m/^np-[^-]-$host-$service/ ) {
-         unlink "$SPONGWWW/$file";
+         unlink "$SPONGTMP/$file";
       }
    }