gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r5611 - libmicrohttpd/src/daemon
Date: Sat, 8 Sep 2007 17:46:47 -0600 (MDT)

Author: grothoff
Date: 2007-09-08 17:46:46 -0600 (Sat, 08 Sep 2007)
New Revision: 5611

Modified:
   libmicrohttpd/src/daemon/connection.c
Log:
fmt

Modified: libmicrohttpd/src/daemon/connection.c
===================================================================
--- libmicrohttpd/src/daemon/connection.c       2007-09-08 19:58:54 UTC (rev 
5610)
+++ libmicrohttpd/src/daemon/connection.c       2007-09-08 23:46:46 UTC (rev 
5611)
@@ -297,7 +297,7 @@
               connection->read_buffer_size =
                 connection->read_buffer_size * 2 + MHD_BUF_INC_SIZE;
               FD_SET (fd, read_fd_set);
-              if (fd > *max_fd)
+             if (fd > *max_fd)
                 *max_fd = fd;
             }
         }





reply via email to

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