]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 76708 via svnmerge from
authorTilghman Lesher <tilghman@meg.abyt.es>
Mon, 23 Jul 2007 22:41:27 +0000 (22:41 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Mon, 23 Jul 2007 22:41:27 +0000 (22:41 +0000)
commit922444c8510c575847af86269d73e87d0330b7b5
treea1a986fcadfa86b636d91046070731d175ebddd9
parentdb9d7764e08b752f230959bc6f31e81c2c553a93
Merged revisions 76708 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r76708 | tilghman | 2007-07-23 17:38:06 -0500 (Mon, 23 Jul 2007) | 4 lines

It was our stated intention for 1.4 that files created in app_voicemail should
depend upon the umask.  Unfortunately, mkstemp() creates files with mode 0600,
regardless of the umask.  This corrects that deficiency.

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@76709 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_voicemail.c