mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-30 01:43:23 +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>
|
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
|
* 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);
|
cipher = gnutls_cipher_get(client->tlssession);
|
||||||
if (!(ssf = (sasl_ssf_t)gnutls_cipher_get_key_size(cipher))) {
|
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);
|
sasl_dispose(&client->saslconn);
|
||||||
client->saslconn = NULL;
|
client->saslconn = NULL;
|
||||||
goto authfail;
|
goto authfail;
|
||||||
|
Loading…
Reference in New Issue
Block a user