[gnome-online-accounts] kerberos: change is_failed in inquiry struct from bitfield to gboolean



commit 41b05fc382fb60117c8416cdea4f9a8d2ed44056
Author: Ray Strode <rstrode redhat com>
Date:   Tue Nov 4 09:40:38 2014 -0500

    kerberos: change is_failed in inquiry struct from bitfield to gboolean
    
    I meant to do that change in the previous commit but forgot to
    git commit --amend before running git bz push.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=739593

 src/goaidentity/goakerberosidentityinquiry.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/goaidentity/goakerberosidentityinquiry.c b/src/goaidentity/goakerberosidentityinquiry.c
index 4851ca7..f900197 100644
--- a/src/goaidentity/goakerberosidentityinquiry.c
+++ b/src/goaidentity/goakerberosidentityinquiry.c
@@ -33,7 +33,7 @@ struct _GoaKerberosIdentityInquiryPrivate
   GList *queries;
   int number_of_queries;
   int number_of_unanswered_queries;
-  guint is_failed : 1;
+  gboolean is_failed;
 };
 
 typedef struct


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