vpn: Do not remove vpn connections hash when vpnd dies
authorJukka Rissanen <jukka.rissanen@linux.intel.com>
Mon, 26 Nov 2012 12:56:39 +0000 (14:56 +0200)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Mon, 26 Nov 2012 14:25:21 +0000 (16:25 +0200)
commit994e0eea142b8d8abcfbec6a241c32bd1cd53001
tree881e2087632e4849b20439b147b987cbc92a038f
parentaf7bc4b78e399944c8a95c36523148ffb81d8b63
vpn: Do not remove vpn connections hash when vpnd dies

We must keep the vpn connections hash alive as long as
connman is running. We must not remove the hash when
vpnd dies, otherwise we might feed null pointer to
various glib hash functions.
plugins/vpn.c