diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/check_dhcp.c | 2 | ||||
-rw-r--r-- | contrib/check_procl.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/check_dhcp.c b/contrib/check_dhcp.c index 2aea579d..7aa87ace 100644 --- a/contrib/check_dhcp.c +++ b/contrib/check_dhcp.c | |||
@@ -470,7 +470,7 @@ int receive_dhcp_packet(void *buffer, int buffer_size, int sock, int timeout, st | |||
470 | /* make sure some data has arrived */ | 470 | /* make sure some data has arrived */ |
471 | if(!FD_ISSET(sock,&readfds)){ | 471 | if(!FD_ISSET(sock,&readfds)){ |
472 | #ifdef DEBUG | 472 | #ifdef DEBUG |
473 | printf("No (more) data recieved\n"); | 473 | printf("No (more) data received\n"); |
474 | #endif | 474 | #endif |
475 | return ERROR; | 475 | return ERROR; |
476 | } | 476 | } |
diff --git a/contrib/check_procl.sh b/contrib/check_procl.sh index b1793ad5..0db6240f 100644 --- a/contrib/check_procl.sh +++ b/contrib/check_procl.sh | |||
@@ -397,4 +397,4 @@ else | |||
397 | fi | 397 | fi |
398 | 398 | ||
399 | # Hey what are we doing here ??? | 399 | # Hey what are we doing here ??? |
400 | exit 3 \ No newline at end of file | 400 | exit 3 |