mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-07 11:55:10 +00:00
Fix typo in log message
This commit is contained in:
parent
67be56ad8a
commit
24e2e60a59
@ -1359,7 +1359,7 @@ static int reds_send_link_ack(RedLinkInfo *link)
|
||||
ack.caps_offset = sizeof(SpiceLinkReply);
|
||||
|
||||
if (!(link->tiTicketing.rsa = RSA_new())) {
|
||||
spice_warning("RSA nes failed");
|
||||
spice_warning("RSA new failed");
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user