2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-29 05:17:54 +00:00

sudo_version should be unsigned

This commit is contained in:
Todd C. Miller 2016-05-25 08:44:53 -06:00
parent 4d36fbec2f
commit db2c732931

View File

@ -54,7 +54,7 @@ struct sudoers_exec_args {
char ***info;
};
static int sudo_version;
static unsigned int sudo_version;
static const char *interfaces_string;
sudo_conv_t sudo_conv;
sudo_printf_t sudo_printf;