This commit is contained in:
badaix 2015-12-07 23:48:14 +01:00
parent ffa823bb31
commit f21348858e

View file

@ -174,7 +174,7 @@ int main (int argc, char **argv)
exit(EXIT_FAILURE);
}
if (!host.empty())
if (host.empty())
{
BrowseAvahi browseAvahi;
AvahiResult avahiResult;