summaryrefslogtreecommitdiff
path: root/src/update-utmp/update-utmp.c
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-06-28 10:48:10 +0200
committerSven Eden <yamakuzure@gmx.net>2017-06-28 10:48:10 +0200
commit36fcac2cf7efe0164cce7d7674b6d13ddb14bb4b (patch)
tree023b469d71d77eeb2e1fea4a74e783be634fb828 /src/update-utmp/update-utmp.c
parent3e6d9bb47a4f0f7b717de2691b1b962f65851869 (diff)
Prep v231.2: Minor changes to make future patching easier.
Diffstat (limited to 'src/update-utmp/update-utmp.c')
-rw-r--r--src/update-utmp/update-utmp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/update-utmp/update-utmp.c b/src/update-utmp/update-utmp.c
index af1665733..9f0217250 100644
--- a/src/update-utmp/update-utmp.c
+++ b/src/update-utmp/update-utmp.c
@@ -69,6 +69,7 @@ static usec_t get_startup_time(Context *c) {
log_error_errno(r, "Failed to get timestamp: %s", bus_error_message(&error, r));
return 0;
}
+
return t;
}