From caef916825d80133970c7d4a9e3fc389988de4e9 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Thu, 16 Apr 2009 21:02:29 +0000 Subject: [PATCH] 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 --- apps/app_voicemail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.3