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

[tor-commits] [tor/master] Rename "link" variable to avoid shadowing warning.



commit d561da10ddb429e1d3f4f74723e94e39f7257a9e
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
Date:   Mon Jun 5 16:35:37 2017 -0400

    Rename "link" variable to avoid shadowing warning.
---
 src/test/test_link_handshake.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/test/test_link_handshake.c b/src/test/test_link_handshake.c
index b979485..ddf66f4 100644
--- a/src/test/test_link_handshake.c
+++ b/src/test/test_link_handshake.c
@@ -104,9 +104,9 @@ test_link_handshake_certs_ok(void *arg)
                                  key1, key2, 86400), ==, 0);
 
   {
-    const tor_x509_cert_t *link = NULL;
-    tt_assert(!tor_tls_get_my_certs(1, &link, NULL));
-    mock_own_cert = tor_x509_cert_dup(link);
+    const tor_x509_cert_t *link_cert = NULL;
+    tt_assert(!tor_tls_get_my_certs(1, &link_cert, NULL));
+    mock_own_cert = tor_x509_cert_dup(link_cert);
   }
 
   c1->base_.state = OR_CONN_STATE_OR_HANDSHAKING_V3;



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits