sudo-project / sudo

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

Add missing sudoers_context to verify_krb_v5_tgt() #321

Closed rbgarga closed 8 months ago

rbgarga commented 8 months ago

Commit 244017495421 added ctx variable to log_warningx() call but that variable was not declared in that context, breaking the build.

This change fixes issue #320