mirror of
https://github.com/curl/curl.git
synced 2026-07-08 19:57:16 +03:00
parent
f41deddde8
commit
2bc373740a
2 changed files with 2 additions and 2 deletions
|
|
@ -422,7 +422,7 @@ void parse_cert_parameter(const char *cert_parameter,
|
|||
/* escaped colons and Windows drive letter colons were handled
|
||||
* above; if we're still here, this is a separating colon */
|
||||
param_place++;
|
||||
if(strlen(param_place) > 0) {
|
||||
if(*param_place) {
|
||||
*passphrase = strdup(param_place);
|
||||
}
|
||||
goto done;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue