diff options
Diffstat (limited to 'src/automount.c')
-rw-r--r-- | src/automount.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/automount.c b/src/automount.c index b70f8b4684..c4191f6706 100644 --- a/src/automount.c +++ b/src/automount.c @@ -836,6 +836,7 @@ DEFINE_STRING_TABLE_LOOKUP(automount_state, AutomountState); const UnitVTable automount_vtable = { .suffix = ".automount", + .object_size = sizeof(Automount), .sections = "Unit\0" "Automount\0" |