Search found 2 matches
- Wed Jan 08, 2014 11:52 am
- Forum: Open Source Nagios Projects
- Topic: Proposed patch for status.c (3.5.0)
- Replies: 3
- Views: 3718
Re: Proposed patch for status.c (3.5.0)
I haven't created a bug report. If you create it this time, I'll file one if there's a next time 
- Wed Jan 08, 2014 11:22 am
- Forum: Open Source Nagios Projects
- Topic: Proposed patch for status.c (3.5.0)
- Replies: 3
- Views: 3718
Proposed patch for status.c (3.5.0)
It seems that status.c doesn't check for permission to view a host when using "navbarsearch", this proposed patch fixes that problem: --- status.c.orig 2013-03-09 16:46:35.000000000 -0500 +++ status.c 2014-01-08 10:27:42.000000000 -0500 @@ -1537,6 +1537,10 @@ /* find the host */ temp_host ...