OSDN Git Service

core: Fix default authorize value for external profiles
authorMartin Xu <martin.xu@linux.intel.com>
Wed, 17 Jul 2013 02:37:25 +0000 (10:37 +0800)
committerJohan Hedberg <johan.hedberg@intel.com>
Wed, 17 Jul 2013 08:35:36 +0000 (11:35 +0300)
commit2ed925ad73d393c2550556896c6512a1ed5a767d
treeeb4c3c6e930accae743a50630d0cabb9167aa91e
parent8ec17c314f8d6e02c640e4dd310f251d2b36a2ee
core: Fix default authorize value for external profiles

Previously the value of "authorize" was essentially ignored in the
settings table. This wasn't very noticeable since almost all profiles
use the default true value. Since the default value of "authorize" is
true it cannot be left out from the default settings table entries
(leaving it out would set it implicitly to false).
src/profile.c