[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/master] Add a missing const
commit b3d74045ae79544fa8258f54789f83b74851f832
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
Date: Fri Feb 25 12:32:29 2011 -0500
Add a missing const
---
src/or/command.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/or/command.c b/src/or/command.c
index a13f9ec..bfcc1c9 100644
--- a/src/or/command.c
+++ b/src/or/command.c
@@ -655,7 +655,7 @@ command_process_netinfo_cell(cell_t *cell, or_connection_t *conn)
/* Connect to a trusted dir to trigger a NETINFO cell
* only if we haven't already */
} else if (received_netinfo_from_trusted_dir == 0) {
- routerstatus_t *any_trusted_dir =
+ const routerstatus_t *any_trusted_dir =
router_pick_trusteddirserver(NO_AUTHORITY, 0);
tor_addr_t trusted_dir_addr;
tor_addr_from_ipv4h(&trusted_dir_addr, any_trusted_dir->addr);
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits