provider: Set nameservers if we receive them from vpnd
authorJukka Rissanen <jukka.rissanen@linux.intel.com>
Mon, 25 Mar 2013 14:58:56 +0000 (16:58 +0200)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Wed, 27 Mar 2013 14:00:09 +0000 (16:00 +0200)
commitff0d2b9c6e427035d5fdf1d412b80892294b6ead
tree2a71eb67315aa108a475b6178bd7f60fb5056f1b
parentec3eca317f9431dd394f62942c9a23404b6cecfe
provider: Set nameservers if we receive them from vpnd

If we receive nameservers from vpnd we must set them in provider.
The connman_provider_set_nameservers() function needs changes
because we get the nameservers as an array, it makes no sense to
convert the array to string and then back to array.
include/provider.h
plugins/vpn.c
src/provider.c