[systemd-devel] [PATCH] shared/utmp-wtmp: fix copy/paste error
Michael Olbrich
m.olbrich at pengutronix.de
Thu Apr 30 11:28:37 PDT 2015
---
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;
}
--
2.1.4
More information about the systemd-devel
mailing list