mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-20 17:06: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) {
|
||||
context->active_fingerprint->trust = "trusted";
|
||||
context->active_fingerprint->trust = strdup("trusted");
|
||||
cb_write_fingerprints(NULL);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user