This repository was archived by the owner on Feb 12, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ int session_cipher_encrypt(session_cipher *cipher,
198198 uint32_t pre_key_id = 0 ;
199199 uint32_t signed_pre_key_id ;
200200 ec_public_key * base_key ;
201-
201+
202202 if (session_state_unacknowledged_pre_key_message_has_pre_key_id (state )) {
203203 has_pre_key_id = 1 ;
204204 pre_key_id = session_state_unacknowledged_pre_key_message_get_pre_key_id (state );
@@ -347,8 +347,7 @@ int session_cipher_decrypt_signal_message(session_cipher *cipher,
347347 goto complete ;
348348 }
349349
350- result = signal_protocol_session_load_session (cipher -> store , & record ,
351- cipher -> remote_address );
350+ result = signal_protocol_session_load_session (cipher -> store , & record , cipher -> remote_address );
352351 if (result < 0 ) {
353352 goto complete ;
354353 }
@@ -364,8 +363,7 @@ int session_cipher_decrypt_signal_message(session_cipher *cipher,
364363 goto complete ;
365364 }
366365
367- result = signal_protocol_session_store_session (cipher -> store ,
368- cipher -> remote_address , record );
366+ result = signal_protocol_session_store_session (cipher -> store , cipher -> remote_address , record );
369367
370368complete :
371369 SIGNAL_UNREF (record );
You can’t perform that action at this time.
0 commit comments