Merge pull request #115 from mmichal10/enable-acp-param-setting
Enable setting acp params.
This commit is contained in:
commit
b5e1ce5714
@ -819,7 +819,7 @@ int set_param_cleaning_acp_handle_option(char *opt, const char **arg)
|
|||||||
strtoul(arg[0], NULL, 10));
|
strtoul(arg[0], NULL, 10));
|
||||||
}
|
}
|
||||||
|
|
||||||
return FAILURE;
|
return SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
int set_param_promotion_handle_option(char *opt, const char **arg)
|
int set_param_promotion_handle_option(char *opt, const char **arg)
|
||||||
|
Loading…
Reference in New Issue
Block a user