diff options
-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; } |