summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Olson <olson@cumulusnetworks.com>2017-06-21 20:07:02 -0700
committerDave Olson <olson@cumulusnetworks.com>2017-06-21 20:20:54 -0700
commit7d996a6daa906cfa90a8ee76436b7ebcaf87ba25 (patch)
tree99605b873b4452e49e6bf8cc126810b12192ffc1
parent99639509173288bba588a9665c351fb50cb74fb2 (diff)
downloadlibpam-radius-auth-7d996a6daa906cfa90a8ee76436b7ebcaf87ba25.tar.gz
libpam-radius-auth-7d996a6daa906cfa90a8ee76436b7ebcaf87ba25.zip
removed useless and annoying debug print
-rw-r--r--src/pam_radius_auth.c1
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;
}