[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r35844 - libmicrohttpd/src/testcurl/https
From: |
gnunet |
Subject: |
[GNUnet-SVN] r35844 - libmicrohttpd/src/testcurl/https |
Date: |
Sat, 30 May 2015 21:32:28 +0200 |
Author: grothoff
Date: 2015-05-30 21:32:27 +0200 (Sat, 30 May 2015)
New Revision: 35844
Modified:
libmicrohttpd/src/testcurl/https/test_https_time_out.c
Log:
-fix warning
Modified: libmicrohttpd/src/testcurl/https/test_https_time_out.c
===================================================================
--- libmicrohttpd/src/testcurl/https/test_https_time_out.c 2015-05-30
18:35:07 UTC (rev 35843)
+++ libmicrohttpd/src/testcurl/https/test_https_time_out.c 2015-05-30
19:32:27 UTC (rev 35844)
@@ -64,7 +64,7 @@
gnutls_transport_set_ptr (session, (gnutls_transport_ptr_t) (intptr_t) sd);
- ret = connect (sd, &sa, sizeof (struct sockaddr_in));
+ ret = connect (sd, (struct sockaddr *) &sa, sizeof (struct sockaddr_in));
if (ret < 0)
{
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r35844 - libmicrohttpd/src/testcurl/https,
gnunet <=