Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/18246 )
Change subject: [security] harmonize tls_handshake.cc ...................................................................... [security] harmonize tls_handshake.cc The first parameter of Socket.Write() is of type `const uint8_t *`. This resulted in a warning in TlsHandshake::Finish(). This caused an Impala build failure since the warning was treated as an error. This is a follow-up to df6590d26d. Change-Id: Iddf1bd7ee39ea74eff74871c83c5159e53fc7377 Reviewed-on: http://gerrit.cloudera.org:8080/18246 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> --- M src/kudu/security/tls_handshake.cc 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Alexey Serbin: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/18246 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Iddf1bd7ee39ea74eff74871c83c5159e53fc7377 Gerrit-Change-Number: 18246 Gerrit-PatchSet: 2 Gerrit-Owner: Andrew Wong <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
