fix failure to build

This commit is contained in:
ng0
2019-10-17 15:52:27 +00:00
parent 972103dc28
commit f1ab15426f
+1 -3
View File
@@ -530,10 +530,8 @@ MHD_socket_cork_ (MHD_socket sock,
return 0; /* even force flush failed!? */
return 1; /* success */
}
#else
return 0;
#endif
#elif
#else
/* do not have MHD_TCP_CORK_NOPUSH at all */
return 0;
#endif