From: Tilghman Lesher Date: Thu, 16 Apr 2009 21:02:29 +0000 (+0000) Subject: Umask should not be exported into global namespace. X-Git-Tag: 1.4.25-rc1~57 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=caef916825d80133970c7d4a9e3fc389988de4e9;p=thirdparty%2Fasterisk.git 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 --- diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 07cfb72a3a..087e9aeb1f 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -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"