diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/samba/gp_cert_auto_enroll_ext.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/samba/gp_cert_auto_enroll_ext.py b/python/samba/gp_cert_auto_enroll_ext.py index db85c97fe66..7b604e5065d 100644 --- a/python/samba/gp_cert_auto_enroll_ext.py +++ b/python/samba/gp_cert_auto_enroll_ext.py @@ -119,6 +119,7 @@ def obtain_end_point_information(entries): elif ca['URL'].lower() != 'ldap:': edata = { 'endpoint': ca['URL'] } log.error('Failed to parse the endpoint', edata) + return {} end_point_information = \ group_and_sort_end_point_information(end_point_information.values()) return end_point_information |
