TIMMAH!!!!!!
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11064 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
9239d4217e
commit
dbb868ac11
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue