mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-10-27 11:34:09 +03:00
libvirtd: rename virNetServerClient callback impls to match type names
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
committed by
Daniel P. Berrangé
parent
b1e03dad86
commit
99d69f6925
@@ -1311,9 +1311,9 @@ int main(int argc, char **argv) {
|
||||
config->keepalive_interval,
|
||||
config->keepalive_count,
|
||||
config->mdns_adv ? config->mdns_name : NULL,
|
||||
remoteClientInitHook,
|
||||
remoteClientNew,
|
||||
NULL,
|
||||
remoteClientFreeFunc,
|
||||
remoteClientFree,
|
||||
NULL))) {
|
||||
ret = VIR_DAEMON_ERR_INIT;
|
||||
goto cleanup;
|
||||
@@ -1385,9 +1385,9 @@ int main(int argc, char **argv) {
|
||||
config->admin_keepalive_interval,
|
||||
config->admin_keepalive_count,
|
||||
NULL,
|
||||
remoteAdmClientInitHook,
|
||||
remoteAdmClientNew,
|
||||
NULL,
|
||||
remoteAdmClientFreeFunc,
|
||||
remoteAdmClientFree,
|
||||
dmn))) {
|
||||
ret = VIR_DAEMON_ERR_INIT;
|
||||
goto cleanup;
|
||||
|
||||
Reference in New Issue
Block a user