[Xfce4-commits] [xfce/xfce4-session] 04/06: fix coverity cid 178987 Logically dead code

noreply at xfce.org noreply at xfce.org
Thu May 4 14:08:26 CEST 2017


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

eric pushed a commit to branch master
in repository xfce/xfce4-session.

commit 5ae8299700ea18aee7671656b63ad2997afa8bd3
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Thu May 4 15:01:46 2017 +0300

    fix coverity cid 178987 Logically dead code
---
 xfce4-session/xfsm-client.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/xfce4-session/xfsm-client.c b/xfce4-session/xfsm-client.c
index 20fd872..f3a88d5 100644
--- a/xfce4-session/xfsm-client.c
+++ b/xfce4-session/xfsm-client.c
@@ -698,8 +698,6 @@ xfsm_client_dbus_init (XfsmClient *client)
   if (G_UNLIKELY(!client->connection))
     {
       g_critical ("Unable to contact D-Bus session bus: %s", error ? error->message : "Unknown error");
-      if (error)
-        g_clear_error (&error);
       return;
     }
 

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


More information about the Xfce4-commits mailing list