[winpr,tools] makecert fix relative path usage

This commit is contained in:
akallabeth
2024-10-15 23:26:25 +02:00
parent 2fd3ace997
commit 005d70c9e4

View File

@@ -450,7 +450,7 @@ int makecert_context_output_certificate_file(MAKECERT_CONTEXT* context, const ch
BIO* bio = NULL;
char* x509_str = NULL;
if (!context || !path)
if (!context)
return -1;
if (!context->output_file)