[Nagios-devel] [PATCH] obsessive hosts not cleared on restart

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

[Nagios-devel] [PATCH] obsessive hosts not cleared on restart

Post by Guest »

regards
--Ian

ianh:/src/nag/nag2 ianh$ cvs diff base/utils.c
Index: base/utils.c
===================================================================
RCS file: /cvsroot/nagios/nagios/base/utils.c,v
retrieving revision 1.70
diff -u -r1.70 utils.c
--- base/utils.c 27 Mar 2004 02:12:55 -0000 1.70
+++ base/utils.c 6 Apr 2004 02:05:30 -0000
@@ -4574,6 +4574,7 @@
global_service_event_handler=NULL;

ocsp_command=NULL;
+ ochp_command=NULL;

/* reset umask */
umask(S_IWGRP|S_IWOTH);








This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked