Forgotten doxygen header

This commit is contained in:
Michael 2018-03-27 15:12:19 +00:00
parent 27155fead7
commit 7868de529e
1 changed files with 5 additions and 0 deletions

View File

@ -1387,6 +1387,11 @@ class PortableContact
return !$failure;
}
/**
* @brief Fetch relay data from a given server url
*
* @param string $server_url address of the server
*/
private static function discoverRelay($server_url)
{
logger("Discover relay data for server " . $server_url, LOGGER_DEBUG);