slightly less verboese
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15793 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -223,7 +223,8 @@ certBag_parser(struct collector *c, const void *data, size_t length,
|
||||
}
|
||||
{
|
||||
const char *s = hx509_cert_get_friendly_name(cert);
|
||||
printf("cert name: %s\n", s ? s : "no name set");
|
||||
if (s)
|
||||
printf("cert name: %s\n", s);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user