]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix compiler err
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 16 Dec 2011 18:28:22 +0000 (12:28 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 16 Dec 2011 18:28:22 +0000 (12:28 -0600)
src/mod/endpoints/mod_sofia/sofia_reg.c

index 1123fbd37018d8e6327d3d6733fc5ee448d3441b..deaa379a598182ece9c7fd03776266ec857c698f 100644 (file)
@@ -1039,7 +1039,7 @@ uint8_t sofia_reg_handle_register(nua_t *nua, sofia_profile_t *profile, nua_hand
        char contact_str[1024] = "";
        uint8_t multi_reg = 0, multi_reg_contact = 0, avoid_multi_reg = 0;
        uint8_t stale = 0, forbidden = 0;
-       auth_res_t auth_res;
+       auth_res_t auth_res = AUTH_OK;
        long exptime = 300;
        switch_event_t *event;
        const char *rpid = "unknown";