mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
Re-add listen_tcp/listen_tls config params accidentally lost
This commit is contained in:
parent
e332ccdf71
commit
60a6bbe6c5
@ -1,3 +1,8 @@
|
||||
Wed Dec 5 13:55:00 EST 2007 Daniel P. Berrange <berrange@redhat.com>
|
||||
|
||||
* qemud/qemud.c: Re-added listen_tcp & listen_tls config
|
||||
param handling accidentally lost in earlier refactoring
|
||||
|
||||
Wed Dec 5 13:51:00 EST 2007 Daniel P. Berrange <berrange@redhat.com>
|
||||
|
||||
* include/libvirt/libvirt.h.in: Add virConnectAuthPtrDefault
|
||||
|
@ -1839,6 +1839,8 @@ remoteReadConfigFile (struct qemud_server *server, const char *filename)
|
||||
conf = virConfReadFile (filename);
|
||||
if (!conf) return 0;
|
||||
|
||||
GET_CONF_INT (conf, filename, listen_tcp);
|
||||
GET_CONF_INT (conf, filename, listen_tls);
|
||||
GET_CONF_STR (conf, filename, tls_port);
|
||||
GET_CONF_STR (conf, filename, tcp_port);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user