Signed-off-by: Pengyu Lv <[email protected]>
This commit is contained in:
Pengyu Lv
2023-02-23 18:27:33 +08:00
parent fef3ad0a14
commit ab1fb39d7a
+1 -1
View File
@@ -1175,7 +1175,7 @@ run_client() {
if [ $EXIT -eq 0 ]; then
RESULT=0
else
# If ti is NULL cipher ...
# If it is NULL cipher ...
if grep 'Cipher is (NONE)' $CLI_OUT >/dev/null; then
RESULT=1
else