mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
fixing a typo in error message
* qemud/remote.c: fixing a typo pointed out by Runa Bhattacharjee Daniel
This commit is contained in:
parent
bf5d6f431e
commit
3bdda17adc
@ -1,3 +1,7 @@
|
||||
Thu Jun 11 17:33:43 CEST 2009 Daniel Veillard <veillard@redhat.com>
|
||||
|
||||
* qemud/remote.c: fixing a typo pointed out by Runa Bhattacharjee
|
||||
|
||||
Thu Jun 11 16:22:22 CEST 2009 Daniel Veillard <veillard@redhat.com>
|
||||
|
||||
* src/node_device_hal.c src/node_device_conf.[ch]: add support
|
||||
|
@ -2958,7 +2958,7 @@ remoteDispatchAuthSaslInit (struct qemud_server *server,
|
||||
|
||||
cipher = gnutls_cipher_get(client->tlssession);
|
||||
if (!(ssf = (sasl_ssf_t)gnutls_cipher_get_key_size(cipher))) {
|
||||
VIR_ERROR0(_("cannot TLS get cipher size"));
|
||||
VIR_ERROR0(_("cannot get TLS cipher size"));
|
||||
sasl_dispose(&client->saslconn);
|
||||
client->saslconn = NULL;
|
||||
goto authfail;
|
||||
|
Loading…
x
Reference in New Issue
Block a user