diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-02-03 04:03:21 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-02-03 05:06:04 +0100 |
commit | 067d72c9fe698d305a07db17fc5b328e4a17cc8f (patch) | |
tree | 0df3076b1d1fe5d9161dedef78812867470507a2 /src/automount.c | |
parent | 81a5c6d03ef1e43e33bfb5ad006cf883c927a339 (diff) |
timer: convert failure bool into enum
Diffstat (limited to 'src/automount.c')
-rw-r--r-- | src/automount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/automount.c b/src/automount.c index 507fc258d6..cf2fb60cdf 100644 --- a/src/automount.c +++ b/src/automount.c @@ -881,7 +881,7 @@ const UnitVTable automount_vtable = { .bus_interface = "org.freedesktop.systemd1.Automount", .bus_message_handler = bus_automount_message_handler, - .bus_invalidating_properties = bus_automount_invalidating_properties, + .bus_invalidating_properties = bus_automount_invalidating_properties, .shutdown = automount_shutdown }; |