]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
hrm
authorMichael Jerris <mike@jerris.com>
Sat, 28 Mar 2009 02:22:02 +0000 (02:22 +0000)
committerMichael Jerris <mike@jerris.com>
Sat, 28 Mar 2009 02:22:02 +0000 (02:22 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12820 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia_reg.c

index d52c134ceb3101f68ac144e397bcccfc67cd184b..d71dd266d74dca80c4ec501bfb0e8ef60c9ae4e5 100644 (file)
@@ -1375,7 +1375,7 @@ void sofia_reg_handle_sip_r_challenge(int status,
        const char *sip_auth_username = NULL;
        const char *sip_auth_password = NULL;
 
-       if ((channel = switch_core_session_get_channel(session)) {
+       if ((channel = switch_core_session_get_channel(session))) {
                sip_auth_username = switch_channel_get_variable(channel, "sip_auth_username");
                sip_auth_password = switch_channel_get_variable(channel, "sip_auth_password");
        }