Merge pull request #1801 from SummerGGift/change_status_code

[tools]: change the status code
This commit is contained in:
Bernard Xiong 2018-09-14 07:31:15 +08:00 committed by GitHub
commit 0aa4b72b45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1058,7 +1058,7 @@ int main(int ac, char **av)
conf_set_message_callback(NULL);
av++;
res = handle_exit();
return 1;
return res;
}
do {