diff --git a/scheduler/client.c b/scheduler/client.c index 42010def18..20ccf11a9a 100644 --- a/scheduler/client.c +++ b/scheduler/client.c @@ -3890,9 +3890,6 @@ valid_host(cupsd_client_t *con) /* I - Client connection */ return (!_cups_strcasecmp(con->clientname, "localhost") || !_cups_strcasecmp(con->clientname, "localhost.") || -#ifdef __linux - !_cups_strcasecmp(con->clientname, "localhost.localdomain") || -#endif /* __linux */ !strcmp(con->clientname, "127.0.0.1") || !strcmp(con->clientname, "[::1]")); }