summaryrefslogtreecommitdiff
path: root/src/journal-remote/journal-remote.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2017-11-01 18:13:00 +0900
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-11-01 10:13:00 +0100
commit2e293b4a14b310c60b676362b7e6c25a97693012 (patch)
tree3b527d8e924f0278c26ba7871a95edf64728112f /src/journal-remote/journal-remote.c
parent0ed782021b3051043b9eefdc5c5cbd239c7f7ffe (diff)
downloadsystemd-2e293b4a14b310c60b676362b7e6c25a97693012.tar.gz
journal-remote: set description to timer_event (#7234)
Follow-up for 5e38eb931f9207f577e7e8b752be5a522e5f9b87.
Diffstat (limited to 'src/journal-remote/journal-remote.c')
-rw-r--r--src/journal-remote/journal-remote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal-remote/journal-remote.c b/src/journal-remote/journal-remote.c
index 69397b8c97..c0c6cf5f96 100644
--- a/src/journal-remote/journal-remote.c
+++ b/src/journal-remote/journal-remote.c
@@ -753,7 +753,7 @@ static int setup_microhttpd_server(RemoteServer *s,
goto error;
}
- r = sd_event_source_set_description(d->io_event, "timer_event");
+ r = sd_event_source_set_description(d->timer_event, "timer_event");
if (r < 0) {
log_error_errno(r, "Failed to set source name: %m");
goto error;