]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
MODENDP-327
authorBrian West <brian@freeswitch.org>
Wed, 15 Sep 2010 16:02:12 +0000 (11:02 -0500)
committerBrian West <brian@freeswitch.org>
Wed, 15 Sep 2010 16:02:27 +0000 (11:02 -0500)
src/mod/endpoints/mod_sofia/sofia_reg.c

index 32d380d271a41a1f615228ef78f19f8792c1d656..67b63a1e9b4be46125732a435977fdcc1514828c 100644 (file)
@@ -1135,7 +1135,7 @@ uint8_t sofia_reg_handle_register(nua_t *nua, sofia_profile_t *profile, nua_hand
        }
 
        if (exptime) {
-               const char *agent = "dunno";
+               const char *agent = "unknown";
                char guess_ip4[256];
                const char *username = "unknown";
                const char *realm = reg_host;