diff --git a/modules/uac/uac_reg.c b/modules/uac/uac_reg.c index 48b65e18892..523bbd2f267 100644 --- a/modules/uac/uac_reg.c +++ b/modules/uac/uac_reg.c @@ -1165,7 +1165,7 @@ int uac_reg_load_db(void) } } else { if((ret=reg_dbf.query(reg_db_con, NULL, NULL, NULL, db_cols, - 0, 10, 0, &db_res))!=0 + 0, 12, 0, &db_res))!=0 || RES_ROW_N(db_res)<=0 ) { reg_dbf.free_result(reg_db_con, db_res);