Merge pull request #3015 from taosdata/hotfix/test

[fix bug]
This commit is contained in:
Shengliang Guan 2020-08-11 17:13:25 +08:00 committed by GitHub
commit 9f7f8489ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ typedef struct DemoArguments {
static struct argp argp = {options, parse_opt, 0, 0};
void parse_args(int argc, char *argv[], SDemoArguments *arguments) {
argp_parse(&argp, argc, argv, 0, 0, &arguments);
argp_parse(&argp, argc, argv, 0, 0, arguments);
if (arguments->abort) {
#ifndef _ALPINE
error(10, 0, "ABORTED");