]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Umask should not be exported into global namespace.
authorTilghman Lesher <tilghman@meg.abyt.es>
Thu, 16 Apr 2009 21:02:29 +0000 (21:02 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Thu, 16 Apr 2009 21:02:29 +0000 (21:02 +0000)
(closes issue #14912)
 Reported by: jcapp

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@188773 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_voicemail.c

index 07cfb72a3adbf3a912fced79bac203fc29f8bad9..087e9aeb1f3855f336649d4328ee8f0e6cd3cbd9 100644 (file)
@@ -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"