charon-nm: Port to libnm

libnm-glib is deprecated for several years and reaching the end of its
life. Let's switch to the more up-to-date library.

Closes strongswan/strongswan#85.
This commit is contained in:
Lubomir Rintel
2017-12-22 10:05:10 +01:00
committed by Tobias Brunner
parent fd9edf7f31
commit 9a71b7219c
4 changed files with 75 additions and 64 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ struct nm_backend_t {
static nm_backend_t *nm_backend = NULL;
/**
* NM plugin processing routine, creates and handles NMVPNPlugin
* NM plugin processing routine, creates and handles NMVpnServicePlugin
*/
static job_requeue_t run(nm_backend_t *this)
{