mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-31 10:26:21 +00:00
Added deallocation function for string prefs, added otr policy enum
This commit is contained in:
@@ -93,7 +93,7 @@ cb_otr_error_message_free(void *opdata, const char *err_msg)
|
||||
static void
|
||||
cb_timer_control(void *opdata, unsigned int interval)
|
||||
{
|
||||
current_interval = interval;
|
||||
current_interval = interval;
|
||||
}
|
||||
|
||||
static void
|
||||
@@ -139,7 +139,7 @@ cb_handle_smp_event(void *opdata, OtrlSMPEvent smp_event,
|
||||
ui_smp_answer_success(context->username);
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
case OTRL_SMPEVENT_FAILURE:
|
||||
if (context->smstate->received_question == 0) {
|
||||
if (nextMsg == OTRL_SMP_EXPECT3) {
|
||||
|
||||
Reference in New Issue
Block a user