]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove unused variables
authorAlan T. DeKok <aland@freeradius.org>
Sat, 1 Dec 2012 00:30:49 +0000 (19:30 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 1 Dec 2012 00:30:49 +0000 (19:30 -0500)
src/main/dhclient.c

index 2f46c73309056df91d211c59a31af2a7d24764aa..b0b0d3c622ea7a37f9f6181579aa5210711df677 100644 (file)
@@ -47,15 +47,12 @@ static float timeout = 5;
 static int server_port = 0;
 static int packet_code = 0;
 static fr_ipaddr_t server_ipaddr;
-static int resend_count = 1;
 
 static fr_ipaddr_t client_ipaddr;
 static int client_port = 0;
 
 static int sockfd;
 
-static int sleep_time = -1;
-
 static RADIUS_PACKET *request = NULL;
 static RADIUS_PACKET *reply = NULL;