Commit Diff


commit - 9715efe6f3838c40bbb66a8d0806cf785f2e7368
commit + 4ceb570910de41133b2771cff29cbb78f37fea30
blob - 66fc6a7397f39f8f2970ade820a9c707a129cda3
blob + 56f01081f621f518b7300df82677446b08c99a70
--- parse.y
+++ parse.y
@@ -1185,7 +1185,6 @@ fastcgi_conf(char *path, char *port, char *prog)
 			return i;
 		}
 
-		/* XXX: what to do with prog? */
 		if (!strcmp(f->path, path) &&
 		    ((port == NULL && f->port == NULL) ||
 		     !strcmp(f->port, port))) {