diff --git a/src/app-layer-ftp.c b/src/app-layer-ftp.c index 36ed4f211c..67e3a49702 100644 --- a/src/app-layer-ftp.c +++ b/src/app-layer-ftp.c @@ -966,10 +966,6 @@ static int FTPRegisterPatternsForProtocolDetection(void) return -1; } - if (SCAppLayerProtoDetectPMRegisterPatternCI( - IPPROTO_TCP, ALPROTO_FTP, "PASS ", 5, 0, STREAM_TOSERVER) < 0) { - return -1; - } if (SCAppLayerProtoDetectPMRegisterPatternCI( IPPROTO_TCP, ALPROTO_FTP, "PORT ", 5, 0, STREAM_TOSERVER) < 0) { return -1;