The "pid file" was getting created mode 666, not applying the umask
authorDavid Dykstra <dwd@samba.org>
Wed, 24 Mar 1999 16:39:07 +0000 (16:39 +0000)
committerDavid Dykstra <dwd@samba.org>
Wed, 24 Mar 1999 16:39:07 +0000 (16:39 +0000)
commitad517ce5b33eb59873ec8468af704f43867cd8cb
treec8104c1ee9823f380d939ce28225e0e7c6edf03f
parent1f8413449dc6430e59b7383c25454de72503f007
The "pid file" was getting created mode 666, not applying the umask
because at that point in the program the umask is set to 0.  Now creating
the file with mode (666 & ~orig_umask).
clientserver.c