diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-04-28 23:51:24 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-04-28 23:51:24 +0200 |
commit | 44143309dd0b37d61d7d842ca58f01a65646ec71 (patch) | |
tree | b22d8adcb45561c41348bc4361a24b9cc673d6f1 /src/dbus.c | |
parent | b23de6af893c11da4286bc416455cd0926d1532e (diff) |
util: conf_files_list() return list as parameter
Diffstat (limited to 'src/dbus.c')
-rw-r--r-- | src/dbus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus.c b/src/dbus.c index 8ea768c5a7..187ed303b4 100644 --- a/src/dbus.c +++ b/src/dbus.c @@ -1322,7 +1322,7 @@ int bus_fdset_add_all(Manager *m, FDSet *fds) { * set to pass over to the newly executed systemd. They won't * be used there however, except that they are closed at the * very end of deserialization, those making it possible for - * clients to synchronously wait for systemd to reexec buy + * clients to synchronously wait for systemd to reexec by * simply waiting for disconnection */ SET_FOREACH(c, m->bus_connections_for_dispatch, i) { |