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



commit 0fd548de1dadefe3279243c468c042cee939ca67
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 52fca70..70952b1 100644
--- a/src/goaidentity/goakerberosidentityinquiry.c
+++ b/src/goaidentity/goakerberosidentityinquiry.c
@@ -35,7 +35,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]