Skip to content

Commit

Permalink
[Server] Use correct mechanism to determine DNS registration.
Browse files Browse the repository at this point in the history
  • Loading branch information
abh3 committed Dec 7, 2019
1 parent a84c675 commit 109f26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdNet/XrdNetAddrInfo.cc
Expand Up @@ -235,7 +235,7 @@ bool XrdNetAddrInfo::isRegistered()
// Simply see if we can resolve this name
//
if (!(hName = Name())) return false;
return isalpha(*hName);
return isHostName(hName);
}

/******************************************************************************/
Expand Down

0 comments on commit 109f26e

Please sign in to comment.