]> git.ipfire.org Git - thirdparty/util-linux.git/commit
wall: remove unnecessary warning
authorKarel Zak <kzak@redhat.com>
Thu, 14 Feb 2019 09:41:59 +0000 (10:41 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 2 Apr 2019 10:57:51 +0000 (12:57 +0200)
commit1f065a86919f146f57bf6ef593c32e80da6ffeb3
tree13e8887c0b0e0cdd70597281bbd4760f89e9a6ea
parent4f437ada0bc4a3af1d6636a924a7b15eead3b567
wall: remove unnecessary warning

wall(1) may be used in scripts or in pipe. In this case report failed
ttyname() does not make sense, especially if the code does not depend
on on this function.

Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1608176
Signed-off-by: Karel Zak <kzak@redhat.com>
term-utils/wall.c