sudo-project / sudo

Utility to execute a command as another user
https://www.sudo.ws
Other
1.15k stars 208 forks source link

modify ret type from int to bool #298

Closed rtczza closed 11 months ago

rtczza commented 11 months ago

modify ret type from int to bool

millert commented 11 months ago

Please change the debug_return_int to debug_return_bool as well if you are going to change the type of ret.