Skip to content

Commit

Permalink
Merge "Revert part of commit a13ca93"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Oct 25, 2016
2 parents 930e542 + 47c3953 commit 1474bf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/io/ssl_session.cc
Expand Up @@ -98,7 +98,7 @@ void SslSession::AsyncReadSome() {
}

if (established()) {
ssl_socket_->async_read_some(null_buffers(),
socket()->async_read_some(null_buffers(),
bind(&TcpSession::AsyncReadHandler, TcpSessionPtr(this)));
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/io/test/ssl_server_test.cc
Expand Up @@ -389,7 +389,7 @@ TEST_F(SslEchoServerTest, msg_send_recv) {
client = NULL;
}

TEST_F(SslEchoServerTest, large_msg_send_recv) {
TEST_F(SslEchoServerTest, DISABLED_large_msg_send_recv) {

SetUpImmedidate();
SslClient *client = new SslClient(evm_.get(), false, true);
Expand Down

0 comments on commit 1474bf4

Please sign in to comment.