gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r13990 - libmicrohttpd/src/daemon


From: gnunet
Subject: [GNUnet-SVN] r13990 - libmicrohttpd/src/daemon
Date: Tue, 21 Dec 2010 15:30:16 +0100

Author: grothoff
Date: 2010-12-21 15:30:16 +0100 (Tue, 21 Dec 2010)
New Revision: 13990

Modified:
   libmicrohttpd/src/daemon/daemon.c
Log:
break

Modified: libmicrohttpd/src/daemon/daemon.c
===================================================================
--- libmicrohttpd/src/daemon/daemon.c   2010-12-21 14:29:10 UTC (rev 13989)
+++ libmicrohttpd/src/daemon/daemon.c   2010-12-21 14:30:16 UTC (rev 13990)
@@ -1591,7 +1591,8 @@
                                                (size_t) oa[i].value,
                                                oa[i].ptr_value,
                                                MHD_OPTION_END))
-                   return MHD_NO;                
+                   return MHD_NO;
+                 break;
                default:
                  return MHD_NO;
                }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]