mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Fixed error on SMP authentication fail
This commit is contained in:
parent
2bc19f4669
commit
183c373c66
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user