Index: dirsvc.c =================================================================== --- dirsvc.c (revision 6073) +++ dirsvc.c (working copy) @@ -160,6 +160,17 @@ /* + * Don't load the cache if the CUPS remote protocol is disabled... + */ + + if (!(BrowseRemoteProtocols & BROWSE_CUPS)) + { + cupsdLogMessage(CUPSD_LOG_DEBUG, + "cupsdLoadRemoteCache: Not loading remote cache."); + return; + } + + /* * Open the remote.cache file... */