1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00
Signed-off-by: Johan Pascal <johan.pascal@belledonne-communications.com>
This commit is contained in:
Johan Pascal
2020-10-09 20:43:51 +02:00
parent 9bc50b0122
commit 104031547f

View File

@@ -645,7 +645,7 @@ find_in_both() {
fi
if grep "$srv_pattern" $3 >/dev/null; then :
return 0;
return 0;
else
return 1;
fi