Merge pull request #115 from mmichal10/enable-acp-param-setting

Enable setting acp params.
This commit is contained in:
Kamil Łepek 2019-09-25 10:40:56 +02:00 committed by GitHub
commit b5e1ce5714
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -819,7 +819,7 @@ int set_param_cleaning_acp_handle_option(char *opt, const char **arg)
strtoul(arg[0], NULL, 10));
}
return FAILURE;
return SUCCESS;
}
int set_param_promotion_handle_option(char *opt, const char **arg)