pptp: Set the username/password before starting daemon
authorJukka Rissanen <jukka.rissanen@linux.intel.com>
Wed, 13 Feb 2013 15:29:02 +0000 (17:29 +0200)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Tue, 19 Feb 2013 10:51:44 +0000 (12:51 +0200)
commita7717e3ea2abc8e702e29230857eed8ed0b99115
tree23c7f1f213c7fe719c3b00d0f0669a63ec71777a
parent5052b3acb5d041ed9dd00397a36563850faacf00
pptp: Set the username/password before starting daemon

This is required in order to avoid free memory access that
is happening if we call vpn_provider_set_string() with same
string that is already in the settings db.
vpn/plugins/pptp.c