Loading lib/security.c +1 −1 Original line number Diff line number Diff line Loading @@ -564,7 +564,7 @@ static CURLcode choose_mech(struct connectdata *conn) break; } return mech != NULL ? CURLE_OK : CURLE_FAILED_INIT; return *mech != NULL ? CURLE_OK : CURLE_FAILED_INIT; } CURLcode Loading Loading
lib/security.c +1 −1 Original line number Diff line number Diff line Loading @@ -564,7 +564,7 @@ static CURLcode choose_mech(struct connectdata *conn) break; } return mech != NULL ? CURLE_OK : CURLE_FAILED_INIT; return *mech != NULL ? CURLE_OK : CURLE_FAILED_INIT; } CURLcode Loading