diff options
author | Dave Olson <olson@cumulusnetworks.com> | 2017-06-21 20:07:02 -0700 |
---|---|---|
committer | Dave Olson <olson@cumulusnetworks.com> | 2017-06-21 20:20:54 -0700 |
commit | 7d996a6daa906cfa90a8ee76436b7ebcaf87ba25 (patch) | |
tree | 99605b873b4452e49e6bf8cc126810b12192ffc1 /src | |
parent | 99639509173288bba588a9665c351fb50cb74fb2 (diff) | |
download | libpam-radius-auth-7d996a6daa906cfa90a8ee76436b7ebcaf87ba25.tar.gz libpam-radius-auth-7d996a6daa906cfa90a8ee76436b7ebcaf87ba25.zip |
removed useless and annoying debug print
Diffstat (limited to 'src')
-rw-r--r-- | src/pam_radius_auth.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pam_radius_auth.c b/src/pam_radius_auth.c index 971dc01..e1373e4 100644 --- a/src/pam_radius_auth.c +++ b/src/pam_radius_auth.c @@ -227,7 +227,6 @@ static int host2server(int debug, radius_server_t *server) server->ip = (struct sockaddr *)&server->ip_storage; r = get_ipaddr(hostname, server->ip, port); - DPRINT(LOG_DEBUG, "DEBUG: get_ipaddr(%s) returned %d.\n", hostname, r); return r; } |