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



commit bc7bc98d368a8a3a4d70db7c7c224a001cbab395
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]