[Nagios-devel] nagios 1.1 bug tac.cgi missing closing tags

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] nagios 1.1 bug tac.cgi missing closing tags

Post by Guest »

hi,

there are some missing closing tags in tac.c at the services overview:

[root@gdlx03 /root]# diff -u3 nagios-1.1/cgi/tac.c
nagios-1.1-patched/cgi/tac.c
--- nagios-1.1/cgi/tac.c Mon May 12 06:18:56 2003
+++ nagios-1.1-patched/cgi/tac.c Thu Jul 3 16:26:23 2003
@@ -1220,10 +1220,10 @@
printf("\n");
printf("\n");

- /*
+
printf("\n");
printf("\n");
- */
+

printf("\n");

best regards

Dietmar







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