[systemd-devel] [PATCH] shared/utmp-wtmp: fix copy/paste error

Zbigniew Jędrzejewski-Szmek zbyszek at in.waw.pl
Tue May 5 20:41:40 PDT 2015


On Thu, Apr 30, 2015 at 08:28:37PM +0200, Michael Olbrich wrote:
> ---
>  src/shared/utmp-wtmp.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/shared/utmp-wtmp.h b/src/shared/utmp-wtmp.h
> index 6ac2c7b1c768..5d26ba6fb1d0 100644
> --- a/src/shared/utmp-wtmp.h
> +++ b/src/shared/utmp-wtmp.h
> @@ -65,7 +65,7 @@ static inline int utmp_wall(
>                  const char *username,
>                  const char *origin_tty,
>                  bool (*match_tty)(const char *tty, void *userdata),
> -                void *userdata);
> +                void *userdata) {
>          return 0;
>  }
Applied.

Zbyszek


More information about the systemd-devel mailing list