gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 27/73: ftpserver: properly reset $ftptargetdir.


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 27/73: ftpserver: properly reset $ftptargetdir.
Date: Tue, 24 Oct 2017 18:54:08 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit eb04636d68b078ac86558147ca124676f32dc285
Author: Patrick Monnerat <address@hidden>
AuthorDate: Sun Oct 8 19:29:44 2017 +0100

    ftpserver: properly reset $ftptargetdir.
---
 tests/ftpserver.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl
index 2aba4263a..77d0b6faf 100755
--- a/tests/ftpserver.pl
+++ b/tests/ftpserver.pl
@@ -3023,7 +3023,7 @@ while(1) {
       undef $ftplistparserstate;
     }
     if($ftptargetdir) {
-      undef $ftptargetdir;
+      $ftptargetdir = "";
     }
 
     if($verbose) {

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]