summaryrefslogtreecommitdiff
path: root/src/core/mount.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-09-18 11:40:01 +0200
committerLennart Poettering <lennart@poettering.net>2012-09-18 11:40:01 +0200
commit3ef63c317481c2b3f1fe39e1b0f130aac3544522 (patch)
tree0a6bb8b1566591bb7cf6d51fcb085493688efa4a /src/core/mount.c
parent41f9172f427bdbb8221c64029f78364b8dd4e527 (diff)
unit-printf: before resolving exec context specifiers check whether the object actually has an exec context
Diffstat (limited to 'src/core/mount.c')
-rw-r--r--src/core/mount.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/mount.c b/src/core/mount.c
index fc981c74f4..92e2f734ae 100644
--- a/src/core/mount.c
+++ b/src/core/mount.c
@@ -1797,6 +1797,8 @@ DEFINE_STRING_TABLE_LOOKUP(mount_result, MountResult);
const UnitVTable mount_vtable = {
.object_size = sizeof(Mount),
+ .exec_context_offset = offsetof(Mount, exec_context),
+
.sections =
"Unit\0"
"Mount\0"