X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcclient%2Fcommand_reply.c;h=39e0f92837e71ecabbb53d3f1ea81e5972e7a900;hb=03df183a5ada5bad0eed82b78d93ca6f4fd51213;hp=c1c7b190c2436e2487320dcebc4b2cfc05b718db;hpb=6f80b44621a19bc96e693e637b363a2d41e1f4a9;p=silc.git diff --git a/lib/silcclient/command_reply.c b/lib/silcclient/command_reply.c index c1c7b190..39e0f928 100644 --- a/lib/silcclient/command_reply.c +++ b/lib/silcclient/command_reply.c @@ -1273,8 +1273,8 @@ SILC_FSM_STATE(silc_client_command_reply_join) /* Set current channel */ conn->current_channel = channel; - cipher = (channel->internal.channel_key ? - silc_cipher_get_name(channel->internal.channel_key) : NULL); + cipher = (channel->internal.send_key ? + silc_cipher_get_name(channel->internal.send_key) : NULL); silc_hash_table_list(channel->user_list, &htl); /* Notify application */