Skip to content
Snippets Groups Projects
Commit cc44fb1d authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Log the "<CMD> wasn't handled" error normally since it is now expected

to occur in a couple of tests.
parent 77b0efdb
No related branches found
No related tags found
No related merge requests found
......@@ -856,7 +856,7 @@ while(1) {
}
if($check) {
print STDERR "$FTPCMD wasn't handled!\n";
logmsg "$FTPCMD wasn't handled!\n";
sendcontrol "500 $FTPCMD is not dealt with!\r\n";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment