diff options
Diffstat (limited to 'src/microhttpd/response.c')
-rw-r--r-- | src/microhttpd/response.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/response.c b/src/microhttpd/response.c index af30c2eb..fc814e61 100644 --- a/src/microhttpd/response.c +++ b/src/microhttpd/response.c @@ -680,7 +680,6 @@ MHD_response_execute_upgrade_ (struct MHD_Response *response, { struct MHD_Daemon *daemon = connection->daemon; struct MHD_UpgradeResponseHandle *urh; - int sv[2]; size_t rbo; if (NULL == @@ -709,6 +708,7 @@ MHD_response_execute_upgrade_ (struct MHD_Response *response, struct MemoryPool *pool; size_t avail; char *buf; + int sv[2]; /* FIXME: this is non-portable for now; W32 port pending... */ if (0 != socketpair (AF_UNIX, |