[gnome-software/wip/ubuntu-xenial] Fix failure refining first snap doesn't affect other snaps



commit 43eb63d90a8a8766c717b47a0ebc56042c5838b1
Author: Robert Ancell <robert ancell canonical com>
Date:   Mon Sep 12 20:32:59 2016 +1200

    Fix failure refining first snap doesn't affect other snaps

 src/plugins/gs-plugin-snap.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/gs-plugin-snap.c b/src/plugins/gs-plugin-snap.c
index 9c1c452..52ffc95 100644
--- a/src/plugins/gs-plugin-snap.c
+++ b/src/plugins/gs-plugin-snap.c
@@ -305,7 +305,7 @@ gs_plugin_refine (GsPlugin *plugin,
 
                result = gs_snapd_list_one (macaroon, discharges, gs_app_get_id (app), cancellable, error);
                if (result == NULL)
-                       return FALSE;
+                       continue;
                refine_app (plugin, app, result, FALSE, cancellable);
        }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]