[libvirt] [PATCH 5/7] remote: remove unused label

Ján Tomko jtomko at redhat.com
Tue Mar 6 14:01:37 UTC 2018


Leftover from <commit 84371303>.
It seems nobody builds WITH_POLKIT0 and -Wunused-label.

Signed-off-by: Ján Tomko <jtomko at redhat.com>
---
 src/remote/remote_driver.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/remote/remote_driver.c b/src/remote/remote_driver.c
index 9ea726dc4..2ec69166f 100644
--- a/src/remote/remote_driver.c
+++ b/src/remote/remote_driver.c
@@ -4341,7 +4341,6 @@ remoteAuthPolkit0(virConnectPtr conn, struct private_data *priv,
         return -1; /* virError already set by call */
     }
 
- out:
     VIR_DEBUG("PolicyKit-0 authentication complete");
     return 0;
 }
-- 
2.16.1




More information about the libvir-list mailing list