mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-22 22:56:58 -04:00
Remove unused variables.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1698 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
ef0431fa27
commit
f100554212
1 changed files with 0 additions and 2 deletions
|
|
@ -488,7 +488,6 @@ int get_dhcp_offer(int sock){
|
|||
struct sockaddr_in source;
|
||||
struct sockaddr_in via;
|
||||
int result=OK;
|
||||
int timeout=1;
|
||||
int responses=0;
|
||||
int x;
|
||||
time_t start_time;
|
||||
|
|
@ -595,7 +594,6 @@ int get_dhcp_offer(int sock){
|
|||
|
||||
/* sends a DHCP packet */
|
||||
int send_dhcp_packet(void *buffer, int buffer_size, int sock, struct sockaddr_in *dest){
|
||||
struct sockaddr_in myname;
|
||||
int result;
|
||||
|
||||
result=sendto(sock,(char *)buffer,buffer_size,0,(struct sockaddr *)dest,sizeof(*dest));
|
||||
|
|
|
|||
Loading…
Reference in a new issue