create the monitor spool dir

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7161 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2005-11-21 01:53:44 +00:00
parent 070f6c9510
commit edef0bbf2f
2 changed files with 3 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
2005-11-20 Russell Bryant <russell@digium.com>
* Makefile: Create the monitor spool directory when the other spool directories are created.
* pbx.c.c: Remove some useless checks and unnecessary calls to ast_strlen_zero(). (issue #5805)
* cli.c: Remove some unnecessary calls to ast_strlen_zero(). (issue #5804)