@mariahyang commented on this pull request.
In src/modules/permissions/address.c:
> @@ -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, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.