difference between CHUID and CCC in success message.
This commit is contained in:
@@ -1872,7 +1872,7 @@ int main(int argc, char *argv[]) {
|
|||||||
if(set_dataobject(state, verbosity, action == action_arg_setMINUS_chuid ? CHUID : CCC) == false) {
|
if(set_dataobject(state, verbosity, action == action_arg_setMINUS_chuid ? CHUID : CCC) == false) {
|
||||||
ret = EXIT_FAILURE;
|
ret = EXIT_FAILURE;
|
||||||
} else {
|
} else {
|
||||||
fprintf(stderr, "Successfully set new CHUID.\n");
|
fprintf(stderr, "Successfully set new %s.\n", action == action_arg_setMINUS_chuid ? "CHUID" : "CCC");
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case action_arg_requestMINUS_certificate:
|
case action_arg_requestMINUS_certificate:
|
||||||
|
|||||||
Reference in New Issue
Block a user