1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-21 03:02:09 +00:00

tabs and spaces, sigh

This commit is contained in:
Christopher A. DeFlumeri 2018-07-07 15:21:26 -04:00
parent 82b5c615e8
commit 3a2229d7b4

View File

@ -370,8 +370,8 @@ def build_sshfp_records():
# to check for port 22 being open, but this isn't sufficient, since
# sshd has a default of 22. So, populate the array with "22" here, since
# it's highly likely the default has not changed on most deployments
if not ports:
ports = ["22"]
if not ports:
ports = ["22"]
# the keys are the same at each port, so we only need to get
# them at the first port found (may not be port 22)