diff options
-rw-r--r-- | src/pam_radius_auth.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |