Ticket #94: radius.diff
File radius.diff, 662 bytes (added by , 15 years ago) |
---|
-
radius.c
old new 444 444 now = time(0); 445 445 tmout.tv_sec = end - now + 1; 446 446 tmout.tv_usec = 0; 447 warn("timeout talking to remote radius server %s:%d", 448 inet_ntoa(sreq->sinr.sin_addr), ntohs(sreq->sinr.sin_port)); 447 449 continue; 448 450 } 449 451 slen = sizeof(sinl); … … 484 486 } 485 487 } 486 488 if (authtries == 0) 487 warn("cannot talk to remote radius server %s:%d", 488 inet_ntoa(sreq->sinr.sin_addr), ntohs(sreq->sinr.sin_port)); 489 warn("cannot talk to any remote radius servers"); 489 490 return(-2); 490 491 } 491 492