]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 188774 via svnmerge from
authorTilghman Lesher <tilghman@meg.abyt.es>
Thu, 16 Apr 2009 21:05:35 +0000 (21:05 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Thu, 16 Apr 2009 21:05:35 +0000 (21:05 +0000)
https://origsvn.digium.com/svn/asterisk/trunk

................
  r188774 | tilghman | 2009-04-16 16:03:31 -0500 (Thu, 16 Apr 2009) | 11 lines

  Merged revisions 188773 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.4

  ........
    r188773 | tilghman | 2009-04-16 16:02:29 -0500 (Thu, 16 Apr 2009) | 4 lines

    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.6.1@188776 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_voicemail.c

index bc77e71d2efddb8a32ad4b2bff80b0a8fc08b8aa..b658e7e8f88fa771f00acf5f80edf810b8ded542 100644 (file)
@@ -476,7 +476,7 @@ static char VM_SPOOL_DIR[PATH_MAX];
 static char ext_pass_cmd[128];
 static char ext_pass_check_cmd[128];
 
-int my_umask;
+static int my_umask;
 
 #define PWDCHANGE_INTERNAL (1 << 1)
 #define PWDCHANGE_EXTERNAL (1 << 2)