1
0
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:
James Booth 2014-04-27 02:04:05 +01:00
parent 2bc19f4669
commit 183c373c66

View File

@ -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);
}