소스 검색

ctl: removed not needed extra paranthesis

(cherry picked from commit efda774f6391f1e909a9967898c64fb25f53eeba)
Daniel-Constantin Mierla 11 년 전
부모
커밋
ea6b37271c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      modules/ctl/fifo_server.c

+ 1 - 1
modules/ctl/fifo_server.c

@@ -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");
 			goto consume;
 		}