This commit is contained in:
Anthony Minessale
2012-01-26 16:54:27 -06:00
parent 049be82ae8
commit 812e5e9a26
5 changed files with 47 additions and 51 deletions
+1 -1
View File
@@ -2037,7 +2037,7 @@ void sofia_reg_handle_sip_r_challenge(int status,
if (!var_gateway && realm) {
char rb[512] = "";
char *p = (char *) realm;
while ((*p == '"')) {
while (*p == '"') {
p++;
}
switch_set_string(rb, p);