fix a bug found during a recent upgrade

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7180 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-11-21 19:20:26 +00:00
parent d34be7edf7
commit 354b7f1a81
3 changed files with 11 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2005-11-21 Kevin P. Fleming <kpfleming@digium.com>
* ensure that case changes made to chan_sip and chan_iax2 peer/user names are not ignored during reload operations
2005-11-21 Josh Roberson <josh@asteriasgi.com>
* Makefile: Re-fix Darwin poll issues.