gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 38/73: ftpserver: support case insensitive commands


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 38/73: ftpserver: support case insensitive commands
Date: Tue, 24 Oct 2017 18:54:19 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit b20df573269a3672b9d1166bb1dec639db38d540
Author: Daniel Stenberg <address@hidden>
AuthorDate: Tue Oct 10 16:58:40 2017 +0200

    ftpserver: support case insensitive commands
---
 tests/ftpserver.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl
index 77d0b6faf..ae8b4a017 100755
--- a/tests/ftpserver.pl
+++ b/tests/ftpserver.pl
@@ -3193,7 +3193,7 @@ while(1) {
                 }
 
                 # only perform this if we're not faking a reply
-                my $func = $commandfunc{$FTPCMD};
+                my $func = $commandfunc{uc($FTPCMD)};
                 if($func) {
                     &$func($FTPARG, $FTPCMD);
                     $check = 0;

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



reply via email to

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