diff options
author | Walter de Jong <walter.dejong@surfsara.nl> | 2014-08-14 15:41:13 +0200 |
---|---|---|
committer | Walter de Jong <walter.dejong@surfsara.nl> | 2014-08-15 15:53:49 +0200 |
commit | 7a91c66ccd03a2b47a98b37c2ed917b312e067f1 (patch) | |
tree | e817c841dd57575053c1d6845022ccd46f1fd0ae /src/pam_radius_auth.c | |
parent | ee0e16001c4073f770a134e7e18e89d3d2b9d7b4 (diff) | |
download | libpam-radius-auth-7a91c66ccd03a2b47a98b37c2ed917b312e067f1.tar.gz libpam-radius-auth-7a91c66ccd03a2b47a98b37c2ed917b312e067f1.zip |
no semicolons here (empty statements)
Diffstat (limited to 'src/pam_radius_auth.c')
-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 |