chiark / gitweb /
logs: Adapt interface in log-show.c (show_journal_by_unit)
[elogind.git] / src / core / automount.c
index 697dfa1548cb31e2b601fef57ba1a7dd79b7bfb7..91162c2a58456d5c38d386becd96da0e84ff6583 100644 (file)
@@ -846,7 +846,6 @@ static const char* const automount_result_table[_AUTOMOUNT_RESULT_MAX] = {
 DEFINE_STRING_TABLE_LOOKUP(automount_result, AutomountResult);
 
 const UnitVTable automount_vtable = {
-        .suffix = ".automount",
         .object_size = sizeof(Automount),
         .sections =
                 "Unit\0"