[systemd-devel] [PATCH] sd-bus: fix copy-paste error

David Herrmann dh.herrmann at gmail.com
Thu Jan 8 02:12:33 PST 2015


Hi

On Thu, Jan 8, 2015 at 11:10 AM, Lukasz Skalski <l.skalski at samsung.com> wrote:
> ---
>  src/libsystemd/sd-bus/bus-control.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied!

Thanks
David

> diff --git a/src/libsystemd/sd-bus/bus-control.c b/src/libsystemd/sd-bus/bus-control.c
> index 2db1afb..b450140 100644
> --- a/src/libsystemd/sd-bus/bus-control.c
> +++ b/src/libsystemd/sd-bus/bus-control.c
> @@ -219,7 +219,7 @@ _public_ int sd_bus_release_name(sd_bus *bus, const char *name) {
>          assert_return(service_name_is_valid(name), -EINVAL);
>          assert_return(name[0] != ':', -EINVAL);
>
> -        /* Don't allow requesting the special driver and local names */
> +        /* Don't allow releasing the special driver and local names */
>          if (STR_IN_SET(name, "org.freedesktop.DBus", "org.freedesktop.DBus.Local"))
>                  return -EINVAL;
>
> --
> 1.9.3
>
> _______________________________________________
> systemd-devel mailing list
> systemd-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/systemd-devel


More information about the systemd-devel mailing list