Skip to content

Commit

Permalink
OF-2912 Fix dnsIssue flag on admin console
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz authored and guusdk committed Nov 21, 2024
1 parent e651adf commit 6a1b453
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xmppserver/src/main/webapp/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,8 @@
break;
}
}
} else {
dnsIssue = false;
}
}
return dnsIssue;
Expand Down

0 comments on commit 6a1b453

Please sign in to comment.