gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: Fixed typos introduc


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: Fixed typos introduced by cf9bb9428f0065cf0ca8ef2c726933b4db2385f1
Date: Thu, 02 Mar 2017 09:29:16 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 5d60a480 Fixed typos introduced by 
cf9bb9428f0065cf0ca8ef2c726933b4db2385f1
5d60a480 is described below

commit 5d60a480a04f3d49843e8e5457257e53ab2767e9
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Thu Mar 2 11:26:34 2017 +0300

    Fixed typos introduced by cf9bb9428f0065cf0ca8ef2c726933b4db2385f1
---
 src/microhttpd/daemon.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 95239427..710727b9 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -756,7 +756,7 @@ static void
 urh_from_fdset (struct MHD_UpgradeResponseHandle *urh,
                 const fd_set *rs,
                 const fd_set *ws,
-                const fd_set *es,)
+                const fd_set *es)
 {
   const MHD_socket conn_sckt = urh->connection->socket_fd;
   const MHD_socket mhd_sckt = urh->mhd.socket;
@@ -1521,7 +1521,7 @@ thread_main_connection_upgrade (struct MHD_Connection 
*con)
             }
           urh_from_fdset (urh,
                           &rs,
-                          &ws
+                          &ws,
                           &es);
           process_urh (urh);
           if ( (0 == urh->in_buffer_size) &&

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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