[svn-commits] tilghman: branch 1.4 r188773 - /branches/1.4/apps/app_voicemail.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Apr 16 16:02:33 CDT 2009


Author: tilghman
Date: Thu Apr 16 16:02:29 2009
New Revision: 188773

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=188773
Log:
Umask should not be exported into global namespace.
(closes issue #14912)
 Reported by: jcapp

Modified:
    branches/1.4/apps/app_voicemail.c

Modified: branches/1.4/apps/app_voicemail.c
URL: http://svn.digium.com/svn-view/asterisk/branches/1.4/apps/app_voicemail.c?view=diff&rev=188773&r1=188772&r2=188773
==============================================================================
--- branches/1.4/apps/app_voicemail.c (original)
+++ branches/1.4/apps/app_voicemail.c Thu Apr 16 16:02:29 2009
@@ -439,7 +439,7 @@
 
 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"




More information about the svn-commits mailing list