aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-12-21 14:30:16 +0000
committerChristian Grothoff <christian@grothoff.org>2010-12-21 14:30:16 +0000
commit55e8cf26c825ba619ce37686bb03220902e3c4a8 (patch)
treeef1dbe88b63c50447d54f47c88581b370b30fd5e
parent440fc19c73ce9410bbf2f1a2b790d09d5aa07516 (diff)
downloadlibmicrohttpd-55e8cf26c825ba619ce37686bb03220902e3c4a8.tar.gz
libmicrohttpd-55e8cf26c825ba619ce37686bb03220902e3c4a8.zip
break
-rw-r--r--src/daemon/daemon.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c
index afa4630e..1fbd9e7b 100644
--- a/src/daemon/daemon.c
+++ b/src/daemon/daemon.c
@@ -1591,7 +1591,8 @@ parse_options_va (struct MHD_Daemon *daemon,
1591 (size_t) oa[i].value, 1591 (size_t) oa[i].value,
1592 oa[i].ptr_value, 1592 oa[i].ptr_value,
1593 MHD_OPTION_END)) 1593 MHD_OPTION_END))
1594 return MHD_NO; 1594 return MHD_NO;
1595 break;
1595 default: 1596 default:
1596 return MHD_NO; 1597 return MHD_NO;
1597 } 1598 }