[gnome-software/wip/temp/ubuntu-xenial-rebased-corrected: 271/331] Also re-authenticate on 500



commit 6520145883d73219ec94f079f3357e6b0d692e9e
Author: William Hua <william hua canonical com>
Date:   Mon Apr 18 12:47:45 2016 -0400

    Also re-authenticate on 500

 src/plugins/gs-ubuntu-snapd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/gs-ubuntu-snapd.c b/src/plugins/gs-ubuntu-snapd.c
index 29e2967..f7b1088 100644
--- a/src/plugins/gs-ubuntu-snapd.c
+++ b/src/plugins/gs-ubuntu-snapd.c
@@ -169,7 +169,7 @@ send_snapd_request (const gchar  *method,
        if (status_code != NULL)
                *status_code = code;
 
-       if (code == 403 && retry_after_login) {
+       if ((code == 403 || code == 500) && retry_after_login) {
                g_socket_close (socket, NULL);
 
                gs_ubuntuone_clear_macaroon ();


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