Commit 806366ce authored by Scott Vokes's avatar Scott Vokes
Browse files

Eliminate comment -- SSL connection is handled through admin API.

parent 00415330
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ bool KineticRequest_SendRequest(KineticOperation *operation,
    KINETIC_ASSERT(msgSize > 0);
    bus_user_msg bus_msg = {
        .fd       = operation->session->socket,
        .type     = BUS_SOCKET_PLAIN,  // FIXME: no SSL?
        .type     = BUS_SOCKET_PLAIN,
        .seq_id   = operation->request->message.header.sequence,
        .msg      = msg,
        .msg_size = msgSize,