]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove unused code
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 29 Oct 2009 14:33:48 +0000 (14:33 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 29 Oct 2009 14:33:48 +0000 (14:33 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15270 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia_reg.c

index de1f0726519f9413698d96a67a2470b9860775d1..1e9e7920a1bebc4fa1700aa6ef416056ee6256ca 100644 (file)
@@ -1937,6 +1937,7 @@ auth_res_t sofia_reg_parse_auth(sofia_profile_t *profile,
 
                ret = AUTH_FORBIDDEN;
        }
+
        switch_safe_free(input2);
 
   skip_auth:
@@ -2082,8 +2083,6 @@ auth_res_t sofia_reg_parse_auth(sofia_profile_t *profile,
                char *sql;
 
                x = get_nc(nc, sip);
-               input2 = switch_mprintf("%s:%s:%s:%s:%s:%s", a1_hash, nonce, nc, cnonce, qop, uridigest);
-
                sql = switch_mprintf("update sip_authentication set expires='%ld',last_nc=%lu where nonce='%s'", 
                                                         switch_epoch_time_now(NULL) + (profile->nonce_ttl ? profile->nonce_ttl : exptime + 10), x, nonce);
 
@@ -2099,7 +2098,6 @@ auth_res_t sofia_reg_parse_auth(sofia_profile_t *profile,
        }
 
        switch_safe_free(input);
-       switch_safe_free(input2);
        switch_safe_free(username);
        switch_safe_free(realm);
        switch_safe_free(nonce);