@mariahyang commented on this pull request.
@@ -208,12 +208,12 @@ int
reload_address_db_table(address_tables_group_t *atg)
"address table -
NULL value not permitted\n");
goto dberror;
}
- if((VAL_TYPE(val + 2) != DB1_INT) || VAL_NULL(val + 2)) {
+ if((VAL_TYPE(val + 2) != DB1_INT) || (VAL_TYPE(val + 2) != DB1_BIGINT) || VAL_NULL(val
+ 2)) {
sorry, it's my careless, i pushed again.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3923#discussion_r1683670363
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3923/review/2187147775(a)github.com>