Development
This commit is contained in:
parent
dc2be3e5aa
commit
c5953be868
3 changed files with 5 additions and 15 deletions
|
|
@ -88,10 +88,7 @@ def auth_mode_save():
|
|||
after['inner_protocol'] = inner_protocol
|
||||
else:
|
||||
after.pop('inner_protocol', None)
|
||||
if eap_protocol == 'eap_ttls':
|
||||
after['include_length'] = include_length
|
||||
else:
|
||||
after.pop('include_length', None)
|
||||
after['include_length'] = include_length
|
||||
else:
|
||||
after.pop('eap_protocol', None)
|
||||
after.pop('tunneled_reply', None)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue