vpn-config: Remove obsolete protected code
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Wed, 29 May 2013 13:21:13 +0000 (16:21 +0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Thu, 30 May 2013 07:28:00 +0000 (10:28 +0300)
commit6619c13c23a05356f7c16d84e4c12d58d56366d1
tree1c9e41c6188aa3b32ddbf9fb7a6abb50bf81d681
parent292da8695fedbb75bdeb0333c642573b6d08a687
vpn-config: Remove obsolete protected code

For VPN connections created via configuration files the immutable flag
is set and it ensures no modifications are allowed. The protected
feature implementation was a left-over from service configuration code.

Removing the code fixes a bug where only VPN entries of different types
can be provisioned in the same provisioning file.
vpn/vpn-config.c