From f40cd7f1993f1afb3e24986773b14afd7d24555d Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 6 Sep 2017 20:56:50 +0100 Subject: [PATCH] mon/tripemon.in (AddPeerDialog): Actually honour the `Mobile' option. --- mon/tripemon.in | 1 + 1 file changed, 1 insertion(+) diff --git a/mon/tripemon.in b/mon/tripemon.in index a0c0f5e4..6b7076b5 100644 --- a/mon/tripemon.in +++ b/mon/tripemon.in @@ -1111,6 +1111,7 @@ class AddPeerDialog (MyDialog): keepalive = (me.c_keepalive.get_active() and me.e_keepalive.get_text() or None), tunnel = t and me.tuns[t] or None, + mobile = me.c_mobile.get_active() or None, key = (me.c_peerkey.get_active() and me.e_peerkey.get_text() or None), priv = (me.c_privkey.get_active() and -- 2.11.0