commit 55e8cf26c825ba619ce37686bb03220902e3c4a8 parent 440fc19c73ce9410bbf2f1a2b790d09d5aa07516 Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 21 Dec 2010 14:30:16 +0000 break Diffstat:
| M | src/daemon/daemon.c | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c @@ -1591,7 +1591,8 @@ parse_options_va (struct MHD_Daemon *daemon, (size_t) oa[i].value, oa[i].ptr_value, MHD_OPTION_END)) - return MHD_NO; + return MHD_NO; + break; default: return MHD_NO; }