TIMMAH!!!!!!

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11064 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-01-03 18:57:31 +00:00
parent 9239d4217e
commit dbb868ac11
1 changed files with 1 additions and 0 deletions

View File

@ -178,6 +178,7 @@ static abyss_bool http_directory_auth(TSession * r, char *domain_name)
if ((dp = strchr(user, '@'))) {
*dp++ = '\0';
domain_name = dp;
at++;
}
if (!domain_name) {