]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
journal-remote: remove MHD_USE_PEDANTIC_CHECKS from the default flags
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 6 Aug 2017 14:25:41 +0000 (23:25 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 6 Aug 2017 14:26:46 +0000 (23:26 +0900)
Follow-up for 010585873454d07625ee962ffa2ef2823624bfbe.

src/journal-remote/journal-remote.c

index 0e051c8ff93a20ac408de2a9925bb8c57da95826..0f7e8f877573e00eb1523a8ad54b25037ce4ccb8 100644 (file)
@@ -651,7 +651,6 @@ static int setup_microhttpd_server(RemoteServer *s,
                 MHD_USE_DEBUG |
                 MHD_USE_DUAL_STACK |
                 MHD_USE_EPOLL |
-                MHD_USE_PEDANTIC_CHECKS |
                 MHD_USE_ITC;
 
         const union MHD_DaemonInfo *info;