summaryrefslogtreecommitdiff
path: root/src/exec_intercept.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/exec_intercept.h')
-rw-r--r--src/exec_intercept.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exec_intercept.h b/src/exec_intercept.h
index ed145887c..e7f173297 100644
--- a/src/exec_intercept.h
+++ b/src/exec_intercept.h
@@ -35,7 +35,7 @@ enum intercept_state {
/* Closure for intercept_cb() */
struct intercept_closure {
union sudo_token_un token;
- struct command_details *details;
+ const struct command_details *details;
struct sudo_event ev;
const char *errstr;
char *command; /* dynamically allocated */