[asterisk-commits] tilghman: branch 1.6.2 r188777 - in /branches/1.6.2: ./ apps/app_voicemail.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Apr 16 16:06:23 CDT 2009
Author: tilghman
Date: Thu Apr 16 16:06:18 2009
New Revision: 188777
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=188777
Log:
Merged revisions 188774 via svnmerge from
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
........
................
Modified:
branches/1.6.2/ (props changed)
branches/1.6.2/apps/app_voicemail.c
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.2/apps/app_voicemail.c
URL: http://svn.digium.com/svn-view/asterisk/branches/1.6.2/apps/app_voicemail.c?view=diff&rev=188777&r1=188776&r2=188777
==============================================================================
--- branches/1.6.2/apps/app_voicemail.c (original)
+++ branches/1.6.2/apps/app_voicemail.c Thu Apr 16 16:06:18 2009
@@ -661,7 +661,7 @@
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)
More information about the asterisk-commits
mailing list