(cherry picked from commit efda774f6391f1e909a9967898c64fb25f53eeba)
@@ -757,7 +757,7 @@ process:
ERR("File separator missing\n");
goto consume;
}
- if ((file_sep == context.method)) {
+ if (file_sep == context.method) {
ERR("Empty command\n");