From 194cc24792056952de00a67b4983c3cd4f683ce5 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 7 Sep 2012 22:55:53 -0400 Subject: Make output of router_get_trusted_dir_servers const --- src/or/routerlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/routerlist.c') diff --git a/src/or/routerlist.c b/src/or/routerlist.c index 1735837871..2a146ba627 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -918,7 +918,7 @@ router_reload_router_list(void) * known trusted dirservers. Callers must not modify the list or its * contents. */ -smartlist_t * +const smartlist_t * router_get_trusted_dir_servers(void) { if (!trusted_dir_servers) -- cgit v1.2.3-54-g00ecf