aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-04-16 21:02:29 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-04-16 21:02:29 +0000
commit6f8ad61ac3baf4222a39d18b698b664ba63734be (patch)
treefa79ae5564510ec9e899f71fb3cf14f790317db1 /apps
parent14ae45a40691d86e405d700f7b2e0420dbe050b1 (diff)
Umask should not be exported into global namespace.
(closes issue #14912) Reported by: jcapp git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@188773 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_voicemail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 07cfb72a3..087e9aeb1 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"