Impl Functions_FUNC_GET_DB_TABLES
This commit is contained in:
parent
ca57fc64aa
commit
99b65fe2f9
@ -569,12 +569,12 @@ static bool dispatcher(uint8_t *in, size_t in_len, uint8_t *out, size_t *out_len
|
|||||||
ret = func_get_db_names(out, out_len);
|
ret = func_get_db_names(out, out_len);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
#if 0
|
|
||||||
case Functions_FUNC_GET_DB_TABLES: {
|
case Functions_FUNC_GET_DB_TABLES: {
|
||||||
LOG_DEBUG("[Functions_FUNC_GET_DB_TABLES]");
|
LOG_DEBUG("[Functions_FUNC_GET_DB_TABLES]");
|
||||||
ret = func_get_db_tables(req.msg.str, out, out_len);
|
ret = func_get_db_tables(req.msg.str, out, out_len);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
#if 0
|
||||||
case Functions_FUNC_GET_USER_INFO: {
|
case Functions_FUNC_GET_USER_INFO: {
|
||||||
LOG_DEBUG("[Functions_FUNC_GET_USER_INFO]");
|
LOG_DEBUG("[Functions_FUNC_GET_USER_INFO]");
|
||||||
ret = func_get_user_info(out, out_len);
|
ret = func_get_user_info(out, out_len);
|
||||||
|
Loading…
Reference in New Issue
Block a user