Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
nagios
nagios-3.2.1-delete_correct_comment.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File nagios-3.2.1-delete_correct_comment.patch of Package nagios
Index: common/comments.c =================================================================== --- common/comments.c.orig +++ common/comments.c @@ -200,7 +200,10 @@ if(last_hash) last_hash->nexthash=this_hash->nexthash; else - comment_hashlist[hashslot]=NULL; + if(this_hash->nexthash) + comment_hashlist[hashslot]=this_hash->nexthash; + else + comment_hashlist[hashslot]=NULL; break; } last_hash=this_hash;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor