Commit Diff


commit - 83f0f95a6647ec13523e8d1640d61987eee12c15
commit + 02be36069ec229663cf3766486c231e8d1b6d469
blob - 4dbb62ae37427f73e35c7b0f296f21bb2d6a95a4
blob + db835cb992ebf71e7fa0cf03cd4d5175f864d3e4
--- galileo.c
+++ galileo.c
@@ -291,6 +291,7 @@ parent_sig_handler(int sig, short ev, void *arg)
 		break;
 	case SIGCHLD:
 		log_warnx("one child died, quitting.");
+		/* fallthrough */
 	case SIGTERM:
 	case SIGINT:
 		parent_shutdown(ps->ps_env);
blob - ca999d0fe723ba707570e2ebdc6cd77d957341af
blob + c8ad88be1f19015518715adf699cd15298b9099e
--- proxy.c
+++ proxy.c
@@ -715,7 +715,7 @@ proxy_read(struct bufferevent *bev, void *d)
 			fcgi_end_request(clt, 0);
 			goto err;
 		}
-		/* fallback */
+		/* fallthrough */
 	default:
 		if (proxy_start_reply(clt, 501, "text/html") == -1)
 			goto err;