File nagios-nsca.abuild.patch of Package nagios-nsca
--- src/nsca.c 2006-04-06 23:19:30.000000000 +0200 +++ src/nsca.c 2006-12-01 12:24:18.000000000 +0100 @@ -601,6 +601,7 @@ /* we couldn't find the read handler */ syslog(LOG_ERR, "Handler stack corrupt - aborting"); do_exit(STATE_CRITICAL); + return 0; /* not reached */ } @@ -617,6 +618,7 @@ /* we couldn't find the write handler */ syslog(LOG_ERR, "Handler stack corrupt - aborting"); do_exit(STATE_CRITICAL); + return 0; /* not reached */ }