[Xfce4-commits] [apps/xfce4-screensaver] 119/425: Fix compile warning if not compiled with systemd

noreply at xfce.org noreply at xfce.org
Mon Oct 15 01:49:26 CEST 2018


This is an automated email from the git hooks/post-receive script.

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/xfce4-screensaver.

commit 0c3dd853a5c4c7bb5742f2ee3e58ccc7e633958b
Author: raveit65 <chat-to-me at raveit.de>
Date:   Thu Oct 3 21:00:51 2013 +0200

    Fix compile warning if not compiled with systemd
---
 src/gs-listener-dbus.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/gs-listener-dbus.c b/src/gs-listener-dbus.c
index 69f7574..e7b6c1d 100644
--- a/src/gs-listener-dbus.c
+++ b/src/gs-listener-dbus.c
@@ -2311,7 +2311,7 @@ gs_listener_acquire (GSListener *listener,
 					    ",member='PropertiesChanged'",
 					    NULL);
 
-			goto finish;
+			return (acquired != -1);
 		}
 #endif
 
@@ -2339,7 +2339,6 @@ gs_listener_acquire (GSListener *listener,
 #endif
 	}
 
-finish:
 	return (acquired != -1);
 }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list