From 82783dd3cbe85f1f2c18565ee3b2ba78bdf95f05 Mon Sep 17 00:00:00 2001 From: Guillaume Destuynder Date: Tue, 13 May 2014 17:44:17 -0700 Subject: [PATCH] prettify --- netfilter_openvpn.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netfilter_openvpn.py b/netfilter_openvpn.py index d3d5a0e..44e879e 100755 --- a/netfilter_openvpn.py +++ b/netfilter_openvpn.py @@ -435,8 +435,8 @@ def exit(status): usercn = os.environ.get('common_name', '') if control == None: - mdmsg.send(summary='No control file found, if using deferred plugin call the authentication will stall and \ - fail.', details={'srcip': client_ip, 'vpnip': vpn_ip, 'srcport': client_port, 'user': usercn}) + mdmsg.send(summary='No control file found, if using deferred plugin call the authentication will stall and ' \ + 'fail.', details={'srcip': client_ip, 'vpnip': vpn_ip, 'srcport': client_port, 'user': usercn}) ctrl_txt = '0' # failure by default