[Nagiosplug-devel] netutils bug fix
Ton Voon
tonvoon at mac.com
Wed Mar 31 15:09:02 CEST 2004
Applied to v1.19. Thanks.
On 31 Mar, 2004, at 11:02, Howard Wilkinson wrote:
> --- nagiosplug-save/plugins/netutils.c 2004-03-01 12:27:19.000000000
> +0000
> +++ nagiosplug/plugins/netutils.c 2004-03-30 19:46:10.000000000 +0100
> @@ -304,7 +304,7 @@
> int
> send_request (int sd, int proto, const char *send_buffer, char
> *recv_buffer, int recv_size)
> {
> - int result;
> + int result = STATE_OK;
> int send_result;
> int recv_result;
> struct timeval tv;
More information about the Devel
mailing list