From 6925af68e0fbc56e79687f4fa1e80b1c0e3b3533 Mon Sep 17 00:00:00 2001 From: Jeff Lenk Date: Thu, 14 Jul 2011 09:42:33 -0500 Subject: [PATCH] FS-3422 --resolve typo --- src/mod/endpoints/mod_sofia/sofia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index 5f42fa31d2..dd5cc68268 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -3636,7 +3636,7 @@ switch_status_t config_sofia(int reload, char *profile_name) profile->client_rport_level = 1; } else if (val && !strcasecmp(val, "server-only")) { profile->client_rport_level = 0; - profile->client_rport_level = 1; + profile->server_rport_level = 1; } else if (switch_true(val)) { profile->server_rport_level = 2; profile->client_rport_level = 1;