Very trivial fix, but necessary because it prevents the qemu proxy from restarting.
Rich. -- Emerging Technologies, Red Hat http://et.redhat.com/~rjones/ 64 Baker Street, London, W1U 7DF Mobile: +44 7866 314 421 "[Negative numbers] darken the very whole doctrines of the equations and make dark of the things which are in their nature excessively obvious and simple" (Francis Maseres FRS, mathematician, 1759)
diff --git a/qemud/qemud.c b/qemud/qemud.c
index ec7b33a..0aab7c9 100644
--- a/qemud/qemud.c
+++ b/qemud/qemud.c
@@ -424,7 +424,7 @@ static int qemudInitPaths(struct qemud_server *server,
if (snprintf(roSockname, maxlen, "%s/run/libvirt/qemud-sock-ro", LOCAL_STATE_DIR) >= maxlen)
goto snprintf_error;
- unlink(sockname);
+ unlink(roSockname);
} else {
if (!(pw = getpwuid(uid))) {
qemudLog(QEMUD_ERR, "Failed to find user record for uid '%d': %s",
smime.p7s
Description: S/MIME Cryptographic Signature
-- Libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
