Minor style cleanups.
Remove extraneous break after return statement. Convert two old K&R function declarations.
This commit is contained in:
@@ -101,9 +101,7 @@ sudo_secureware_verify(struct passwd *pw, char *pass, sudo_auth *auth, struct su
|
||||
}
|
||||
|
||||
int
|
||||
sudo_secureware_cleanup(pw, auth)
|
||||
struct passwd *pw;
|
||||
sudo_auth *auth;
|
||||
sudo_secureware_cleanup(struct passwd *pw, sudo_auth *auth)
|
||||
{
|
||||
char *pw_epasswd = auth->data;
|
||||
debug_decl(sudo_secureware_cleanup, SUDOERS_DEBUG_AUTH)
|
||||
|
Reference in New Issue
Block a user