]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/network.c
Merge changes from CUPS 1.4svn-r8606.
[thirdparty/cups.git] / scheduler / network.c
index 22634d3433cbae82b77ba276288e13bf2f792d07..95c6a9cab35ed5d1c203ae09df57303423f2a138 100644 (file)
@@ -155,7 +155,7 @@ cupsdNetIFUpdate(void)
     * Try looking up the hostname for the address as needed...
     */
 
-    if (HostNameLookups || RemoteAccessEnabled)
+    if (HostNameLookups || RemotePort)
       httpAddrLookup((http_addr_t *)(addr->ifa_addr), hostname,
                      sizeof(hostname));
     else