| 693 | } |
| 694 | |
| 695 | static int credential_from_potentially_partial_url(struct credential *c, |
| 696 | const char *url) |
| 697 | { |
| 698 | return credential_from_url_1(c, url, 1, 0); |
| 699 | } |
| 700 | |
| 701 | int credential_from_url_gently(struct credential *c, const char *url, int quiet) |
| 702 | { |
no test coverage detected