mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
Umask should not be exported into global namespace.
(closes issue #14912) Reported by: jcapp git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@188773 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -439,7 +439,7 @@ static char VM_SPOOL_DIR[PATH_MAX];
|
||||
|
||||
static char ext_pass_cmd[128];
|
||||
|
||||
int my_umask;
|
||||
static int my_umask;
|
||||
|
||||
#if ODBC_STORAGE
|
||||
#define tdesc "Comedian Mail (Voicemail System) with ODBC Storage"
|
||||
|
Reference in New Issue
Block a user