[openssl] fix error message for wrong listen option
This commit is contained in:
parent
dd4ed2c560
commit
f98f9bb7b3
|
@ -688,7 +688,7 @@ static gboolean openssl_setup(liServer *srv, liPlugin* p, liValue *val, gpointer
|
|||
|
||||
if (g_str_equal(htkey->str, "listen")) {
|
||||
if (htval->type != LI_VALUE_STRING) {
|
||||
ERROR(srv, "%s", "openssl pemfile expects a string as parameter");
|
||||
ERROR(srv, "%s", "openssl listen expects a string as parameter");
|
||||
return FALSE;
|
||||
}
|
||||
ipstr = htval->data.string;
|
||||
|
|
Loading…
Reference in New Issue