Blame SOURCES/udisks-2.1.3-udisks_daemon_util_get_caller_uid_sync-missing-goto.patch

5137f5
From 3a384047123abc4a4fe2e81eb5dc4050746aa9e8 Mon Sep 17 00:00:00 2001
5137f5
From: Tomas Bzatek <tbzatek@redhat.com>
5137f5
Date: Fri, 17 Jan 2014 16:10:33 +0000
5137f5
Subject: udisks_daemon_util_get_caller_uid_sync(): Add missing goto
5137f5
5137f5
Signed-off-by: David Zeuthen <zeuthen@gmail.com>
5137f5
---
5137f5
diff --git a/src/udisksdaemonutil.c b/src/udisksdaemonutil.c
5137f5
index b3a3acb..a588580 100644
5137f5
--- a/src/udisksdaemonutil.c
5137f5
+++ b/src/udisksdaemonutil.c
5137f5
@@ -840,6 +840,7 @@ udisks_daemon_util_get_caller_uid_sync (UDisksDaemon            *daemon,
5137f5
                        UDISKS_ERROR,
5137f5
                        UDISKS_ERROR_FAILED,
5137f5
                        "User with uid %d does not exist", (gint) uid);
5137f5
+          goto out;
5137f5
         }
5137f5
       else if (pw == NULL)
5137f5
         {
5137f5
--
5137f5
cgit v0.9.0.2-2-gbebe