Skip to content

Commit 4d2181b

Browse files
MegaManSecyadij
andauthored
Update src/clients/FtpClient.cc
Co-authored-by: Amos Jeffries <[email protected]>
1 parent e593567 commit 4d2181b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/clients/FtpClient.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ parseEPSV(Parser::Tokenizer &tz, const SBuf &tuple, uint16_t &outPort)
120120
return true;
121121
} catch (const Parser::InsufficientInput &) {
122122
debugs(9, 6, "too-short EPSV tuple");
123-
} catch (const std::exception &ex) {
124-
debugs(9, 6, "invalid EPSV tuple: " << ex.what());
125123
} catch (...) {
126124
debugs(9, 6, "cannot parse EPSV tuple: " << CurrentException);
127125
}

0 commit comments

Comments
 (0)