aboutsummaryrefslogtreecommitdiff
path: root/daemon
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2012-07-11 14:35:42 +0100
committerDaniel P. Berrange <berrange@redhat.com>2012-08-02 11:50:46 +0100
commitb49890de8290c62ef0405f4951115a27abdf2356 (patch)
treecde7411d1ded1c267f15f1fd42601ab4a5c2046a /daemon
parentqemu: Add support for "none" USB controller (diff)
downloadlibvirt-b49890de8290c62ef0405f4951115a27abdf2356.tar.gz
libvirt-b49890de8290c62ef0405f4951115a27abdf2356.tar.bz2
libvirt-b49890de8290c62ef0405f4951115a27abdf2356.zip
Remove manual one-shot global initializers
Remove the use of a manually run virLogStartup and virNodeSuspendInitialize methods. Instead make sure they are automatically run using VIR_ONCE_GLOBAL_INIT Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'daemon')
-rw-r--r--daemon/libvirtd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/libvirtd.c b/daemon/libvirtd.c
index ffbe067b1..ba0cc1f29 100644
--- a/daemon/libvirtd.c
+++ b/daemon/libvirtd.c
@@ -1349,7 +1349,6 @@ cleanup:
VIR_FREE(run_dir);
daemonConfigFree(config);
- virLogShutdown();
return ret;
}