Loading lib/vtls/nss.c +1 −1 Original line number Diff line number Diff line Loading @@ -2164,7 +2164,7 @@ static CURLcode nss_connect_common(struct connectdata *conn, int sockindex, if(!blocking) /* CURLE_AGAIN in non-blocking mode is not an error */ return CURLE_OK; /* fall through */ /* FALLTHROUGH */ default: return result; } Loading Loading
lib/vtls/nss.c +1 −1 Original line number Diff line number Diff line Loading @@ -2164,7 +2164,7 @@ static CURLcode nss_connect_common(struct connectdata *conn, int sockindex, if(!blocking) /* CURLE_AGAIN in non-blocking mode is not an error */ return CURLE_OK; /* fall through */ /* FALLTHROUGH */ default: return result; } Loading