Bump the sudo plugin minor version.
The "update_ticket" entry was added to the settings list and the "intercept_verify" entry was added to the command_info list.
This commit is contained in:
@@ -360,7 +360,7 @@ sudo_terminated(struct command_status *cstat)
|
||||
debug_return_bool(false);
|
||||
}
|
||||
|
||||
#if SUDO_API_VERSION != SUDO_API_MKVERSION(1, 19)
|
||||
#if SUDO_API_VERSION != SUDO_API_MKVERSION(1, 20)
|
||||
# error "Update sudo_needs_pty() after changing the plugin API"
|
||||
#endif
|
||||
static bool
|
||||
|
Reference in New Issue
Block a user