config: Use static function to validate identifiers
authorSamuel Ortiz <sameo@linux.intel.com>
Mon, 11 Apr 2011 19:11:05 +0000 (21:11 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 11 Apr 2011 19:11:05 +0000 (21:11 +0200)
commit8a67f04f02a8182a605a697764ab1535d1a75fe3
tree8ab3c62b2bee39dc2411bf4d0e9778a2e0343343
parent4319fd0bb5991b78b492f59e57850c2d971f1002
config: Use static function to validate identifiers

Config file names are not exposed through D-Bus, so there is no need to
run connman_dbus_validate_ident() on them.
Checking for a readable string still makes sense though.
src/config.c