put DN in double quotes

This commit is contained in:
Andreas Steffen
2011-03-01 22:19:59 +01:00
parent a79eba2e9c
commit a2ebc1bd69
+1 -1
View File
@@ -409,7 +409,7 @@ static auth_cfg_t *build_auth_cfg(private_stroke_config_t *this,
} }
else else
{ {
DBG1(DBG_CFG, "CA certificate %s not found, discarding CA " DBG1(DBG_CFG, "CA certificate \"%s\" not found, discarding CA "
"constraint", ca); "constraint", ca);
} }
} }