Alexey Serbin has posted comments on this change. Change subject: IPKI: remove unused fields from cert code ......................................................................
Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/6115/1/src/kudu/security/security-test-util.cc File src/kudu/security/security-test-util.cc: PS1, Line 38: CaCertRequestGenerator::Config config; : config.cn = "test-ca-uuid"; If there is nothing in Config except for cn, consider replacing with CaCertRequestGenerator::Config config = { "test-ca-uuid" }; for brevity -- To view, visit http://gerrit.cloudera.org:8080/6115 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ie3e6ff00fa33fe0156a04ead6f72db3432775cdb Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-HasComments: Yes
