Fixes an issue where custom OIDs would clear out san extensions

This commit is contained in:
kevgliss
2016-04-07 10:29:08 -07:00
parent 9a8e1534c0
commit c2387dc120
3 changed files with 14 additions and 6 deletions

View File

@ -1,5 +1,5 @@
"""
.. module: elb
.. module: lemur.plugins.lemur_aws.elb
:synopsis: Module contains some often used and helpful classes that
are used to deal with ELBs
@ -28,7 +28,6 @@ def is_valid(listener_tuple):
:param listener_tuple:
"""
current_app.logger.debug(listener_tuple)
lb_port, i_port, lb_protocol, arn = listener_tuple
current_app.logger.debug(lb_protocol)