SMS Server Tools 3
 Menu
Basic information:
Additional information:
Support:
Get SMS Server Tools 3:
Additional Options

 Sponsored links

 Search
Custom Search

 Visitor locations
 
 SMS Server Tools 3 Community
Welcome, Guest. The forum is currently read-only, but will open soon. Tue Sep 16, 2025 02:54
SMSTools3 Community » Search Bottom

Page:  1

Keywords:
Mode: All keywords (AND)
kukuk: Hi, the last umask(0) call to get the actual umask if you specify one in the smsd.conf file resets the umask to "0", means everything is world writeable. umask(0) does not have any special meaning to get only the current value back. --- src/smsd_cfg.c +++ src/smsd_cfg.c 2010/06/10 10:09:45 @@ -2464,7 +2464,7 @@ else { umask(conf_umask); - mode = umask(0); + mode = umask(conf_umask); } m = 0666 & ~mode;

Page:  1

SMSTools3 Community » Search Top

 
Time in this board is UTC.  

Privacy Policy   SMS Server Tools 3 Copyright © Keijo Kasvi.