]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/listen.c
Merge changes from CUPS 1.5svn-r9000.
[thirdparty/cups.git] / scheduler / listen.c
index 2b4f9e0fdea16c868d29185ad8dd6fdaf064398e..85c8071668000a9c1fecb346dc79dcf4335210ac 100644 (file)
@@ -250,7 +250,8 @@ cupsdStartListening(void)
        unlink(lis->address.un.sun_path);
 
        /*
-       * Save the curent umask and set it to 0...
+       * Save the current umask and set it to 0 so that all users can access
+       * the domain socket...
        */
 
        mask = umask(0);