diff options
Diffstat (limited to 'src/or/status.c')
-rw-r--r-- | src/or/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/status.c b/src/or/status.c index 64e30222a5..acb8ba4144 100644 --- a/src/or/status.c +++ b/src/or/status.c @@ -85,7 +85,7 @@ log_heartbeat(time_t now) char *uptime = NULL; const routerinfo_t *me; - or_options_t *options = get_options(); + const or_options_t *options = get_options(); (void)now; if (public_server_mode(options)) { |