Skip to content

Commit

Permalink
prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
gdestuynder committed May 14, 2014
1 parent da83979 commit 82783dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netfilter_openvpn.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 82783dd

Please sign in to comment.