fix a missed substitution

3.1_post-ngcp-2.5
Richard Fuchs 15 years ago
parent f23a449aa3
commit 9b1d7eeac9

@ -1085,7 +1085,7 @@ int reload_tables()
goto err;
}
request_uri = (char *)VAL_STRING(ROW_VALUES(row) + 5);
request_uri_len = strlen(from_uri);
request_uri_len = strlen(request_uri);
}
if (request_uri_len > MAX_URI_LEN) {
LM_ERR("lcr rule <%u> request_uri is too long\n", rule_id);

Loading…
Cancel
Save