mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-02 15:16:21 +00:00
Fixed error on SMP authentication fail
This commit is contained in:
@@ -363,7 +363,7 @@ _otr_trust(const char * const recipient)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (context->active_fingerprint) {
|
if (context->active_fingerprint) {
|
||||||
context->active_fingerprint->trust = "trusted";
|
context->active_fingerprint->trust = strdup("trusted");
|
||||||
cb_write_fingerprints(NULL);
|
cb_write_fingerprints(NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user