fixed output of list_auth_certificates()

This commit is contained in:
Andreas Steffen
2007-04-12 16:42:07 +00:00
parent f865d34b35
commit 4cda602393
+1
View File
@@ -1217,6 +1217,7 @@ static void list_auth_certificates(private_stroke_interface_t *this, u_int flag
first = FALSE;
}
cert->list(cert, out, utc);
fprintf(out, "\n");
}
}
iterator->destroy(iterator);