[glib-networking: 105/129] Fix build



commit 65894c5e2876b61c127119366795122f407765ad
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Fri Mar 2 10:42:14 2018 +0100

    Fix build

 tls/openssl/gtlsconnection-openssl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tls/openssl/gtlsconnection-openssl.c b/tls/openssl/gtlsconnection-openssl.c
index 95284a4..acc12b6 100644
--- a/tls/openssl/gtlsconnection-openssl.c
+++ b/tls/openssl/gtlsconnection-openssl.c
@@ -206,7 +206,7 @@ end_openssl_io (GTlsConnectionOpenssl  *openssl,
 
 #define END_OPENSSL_IO(openssl, direction, ret, status, errmsg, err)        \
     ERR_error_string_n (SSL_get_error (ssl, ret), error_str, sizeof(error_str)); \
-    status = end_openssl_io (openssl, direction, ret, err, errmsg, error_str, NULL); \
+    status = end_openssl_io (openssl, direction, ret, err, errmsg, error_str); \
   } while (status == G_TLS_CONNECTION_BASE_TRY_AGAIN);
 
 static GTlsConnectionBaseStatus


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