Skip to content

Commit 21024b4

Browse files
Rick Dicairesoftins
authored andcommitted
Update comment for clarity
1 parent de32e73 commit 21024b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/serverlist.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ void CServerListManager::SetRegistered ( const bool bIsRegister )
974974
// it is an URL of a dynamic IP address, the IP address might have
975975
// changed in the meanwhile.
976976
// Allow IPv4 only for communicating with Directories
977-
// Use SRV DNS discovery for directory connections
977+
// Use SRV DNS discovery for directory connections, fallback to A/AAAA if none.
978978
const QString strNetworkAddress = NetworkUtil::GetDirectoryAddress ( DirectoryType, strDirectoryAddress );
979979
#ifndef CLIENT_NO_SRV_CONNECT
980980
const bool bDirectoryAddressValid = NetworkUtil().ParseNetworkAddressWithSrvDiscovery ( strNetworkAddress, DirectoryAddress, false );

0 commit comments

Comments
 (0)