summaryrefslogtreecommitdiff
path: root/src/core/socket.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-12-22 03:43:03 +0100
committerLennart Poettering <lennart@poettering.net>2013-12-22 03:50:52 +0100
commitaec8de63b14a93b91b85dc15bf879604352fbbe1 (patch)
treeb408e7d047c75904b4ce472c7d74d090d3ad0602 /src/core/socket.c
parenta03e4337fd2ae1cc90989e9b7b5f160b42cdb021 (diff)
core: no need to list properties for PropertiesChanged messages anymore
Since the vtable includes this information anyway, let's just use that
Diffstat (limited to 'src/core/socket.c')
-rw-r--r--src/core/socket.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/socket.c b/src/core/socket.c
index d6289a3169..2442221355 100644
--- a/src/core/socket.c
+++ b/src/core/socket.c
@@ -2424,7 +2424,6 @@ const UnitVTable socket_vtable = {
.bus_interface = "org.freedesktop.systemd1.Socket",
.bus_vtable = bus_socket_vtable,
- .bus_changing_properties = bus_socket_changing_properties,
.bus_set_property = bus_socket_set_property,
.bus_commit_properties = bus_socket_commit_properties,