提交 69cdd4cd 编写于 作者: H hjxilinx

[tbase-686]

上级 891c12cd
......@@ -846,7 +846,7 @@ void shellGetGrantInfo(void *con) {
TAOS_FIELD *fields = taos_fetch_fields(result);
TAOS_ROW row = taos_fetch_row(result);
if (row == NULL) {
fprintf(stderr, "\nFailed to grant information from server. Abort.\n");
fprintf(stderr, "\nFailed to get grant information from server. Abort.\n");
exit(0);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册