libvirt/src/rpc
Michal Privoznik 0dcf9562e2 virNetSocketCheckProtocols: Actually check bool value
In 9536379da4 and 8b0cb0e666 I've tried to call
virNetSocketCheckProtocolByLookup() only if we are suspecting the
host is IPv4 or IPv6 capable (because we've found an interface
with such address). However, the code was missing dereference of
the boolean variables and thus was comparing pointers against
NULL.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2020-07-17 16:14:23 +02:00
..
gendispatch.pl rpc: avoid name lookup when dispatching node device APIs 2020-03-17 13:58:20 +00:00
genprotocol.pl src: remove all traces of Cygwin support 2020-01-29 14:51:40 +00:00
Makefile.inc.am src: remove all traces of Cygwin support 2020-01-29 14:51:40 +00:00
virkeepalive.c rpc: use G_GNUC_UNUSED 2019-10-15 11:25:24 +02:00
virkeepalive.h src/rpc: use #pragma once in headers 2019-06-19 17:12:30 +02:00
virkeepaliveprotocol.x
virnetclient.c rpc: use g_auto() for all virBuffers 2020-07-08 16:34:42 -04:00
virnetclient.h src: remove WITH_GNUTLS usage 2020-01-22 18:07:09 +01:00
virnetclientprogram.c rpc: use G_GNUC_UNUSED 2019-10-15 11:25:24 +02:00
virnetclientprogram.h src/rpc: use #pragma once in headers 2019-06-19 17:12:30 +02:00
virnetclientstream.c rpc: use G_GNUC_UNUSED 2019-10-15 11:25:24 +02:00
virnetclientstream.h src/rpc: use #pragma once in headers 2019-06-19 17:12:30 +02:00
virnetdaemon.c util: json: Convert virJSONValueNewObject() to g_new0 2020-03-05 11:31:38 +01:00
virnetdaemon.h rpc: conditionalize signal handling 2020-01-29 14:51:40 +00:00
virnetlibsshsession.c src: fix word spell typos 2020-07-09 10:01:41 +02:00
virnetlibsshsession.h rpc: Make some functions void 2020-05-05 13:08:48 +02:00
virnetmessage.c rpc: use g_strdup instead of VIR_STRDUP 2019-10-21 12:51:58 +02:00
virnetmessage.h Use G_GNUC_WARN_UNUSED_RESULT instead of ATTRIBUTE_RETURN_CHECK 2019-10-15 11:25:22 +02:00
virnetprotocol.x src: convert all code to use virsocket.h 2020-01-29 14:51:40 +00:00
virnetsaslcontext.c rpc: remove use of the term 'whitelist' from RPC code 2020-06-26 15:36:40 +01:00
virnetsaslcontext.h rpc: remove use of the term 'whitelist' from RPC code 2020-06-26 15:36:40 +01:00
virnetserver.c src: Fix boolean assignment 2020-05-05 13:08:57 +02:00
virnetserver.h virnetserver: Introduce virNetServerUpdateTlsFiles 2020-03-13 17:07:32 +00:00
virnetserverclient.c virnetserver: Check for virNetServerClientInitKeepAlive() retval 2020-05-05 13:08:34 +02:00
virnetserverclient.h remote_daemon_stream: Fix @client locking in daemonStreamFilter() 2019-11-19 16:09:53 +01:00
virnetserverprogram.c src: fix word spell typos 2020-07-09 10:01:41 +02:00
virnetserverprogram.h src/rpc: use #pragma once in headers 2019-06-19 17:12:30 +02:00
virnetserverservice.c util: json: Convert virJSONValueNewObject() to g_new0 2020-03-05 11:31:38 +01:00
virnetserverservice.h rpc: remove unused API for creating services from FDs 2019-07-12 16:55:40 +01:00
virnetsocket.c virNetSocketCheckProtocols: Actually check bool value 2020-07-17 16:14:23 +02:00
virnetsocket.h src: remove WITH_GNUTLS usage 2020-01-22 18:07:09 +01:00
virnetsshsession.c src: fix word spell typos 2020-07-09 10:01:41 +02:00
virnetsshsession.h rpc: Make some functions void 2020-05-05 13:08:48 +02:00
virnettlscontext.c rpc: remove use of the term 'whitelist' from RPC code 2020-06-26 15:36:40 +01:00
virnettlscontext.h rpc: remove use of the term 'whitelist' from RPC code 2020-06-26 15:36:40 +01:00