ftpserver.pl: Fixed syntax error from commit 3a29ee41
authorSteve Holme <steve_holme@hotmail.com>
Sat, 29 Mar 2014 12:32:03 +0000 (12:32 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 29 Mar 2014 12:32:03 +0000 (12:32 +0000)
tests/ftpserver.pl

index 7364253..78ceccb 100755 (executable)
@@ -443,7 +443,7 @@ sub getreplydata {
     my ($testno) = @_;
     my $testpart = "";
 
-    $testno =~ s/^([^0-9]*)//
+    $testno =~ s/^([^0-9]*)//;
     if($testno > 10000) {
        $testpart = $testno % 10000;
        $testno = int($testno / 10000);