From 7a91c66ccd03a2b47a98b37c2ed917b312e067f1 Mon Sep 17 00:00:00 2001 From: Walter de Jong Date: Thu, 14 Aug 2014 15:41:13 +0200 Subject: no semicolons here (empty statements) --- src/pam_radius_auth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/pam_radius_auth.c b/src/pam_radius_auth.c index c4b9fd1..f4e8fab 100644 --- a/src/pam_radius_auth.c +++ b/src/pam_radius_auth.c @@ -1086,8 +1086,8 @@ PAM_EXTERN int pam_sm_authenticate(pam_handle_t *pamh,int flags,int argc,CONST c DPRINT(LOG_DEBUG, "Username now %s from ruser", user); } else { DPRINT(LOG_DEBUG, "Skipping ruser for non-root auth"); - }; - }; + } + } /* * Get the IP address of the authentication server -- cgit v1.2.3