config: Set from_fs to connman_bool_t
authorSamuel Ortiz <sameo@linux.intel.com>
Fri, 8 Apr 2011 17:55:45 +0000 (19:55 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 11 Apr 2011 10:02:44 +0000 (12:02 +0200)
src/config.c

index 22a4704..d27fb73 100644 (file)
@@ -47,7 +47,7 @@ struct connman_config_service {
        char *private_key_passphrase_type;
        char *phase2;
        char *passphrase;
-       gboolean from_fs;
+       connman_bool_t from_fs;
 };
 
 struct connman_config {