mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
ctdb-scripts: Don't send empty argument string to logger
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12856 This stops logger reading from stdin. Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net> Autobuild-User(master): Martin Schwenke <martins@samba.org> Autobuild-Date(master): Sat Jun 24 14:37:48 CEST 2017 on sn-devel-144
This commit is contained in:
parent
ea46699b27
commit
2fa069e870
@ -130,7 +130,7 @@ script_log ()
|
||||
*)
|
||||
# Handle all syslog:* variants here too. There's no tool to do
|
||||
# the lossy things, so just use logger.
|
||||
logger -t "ctdbd: ${_tag}" "$*"
|
||||
logger -t "ctdbd: ${_tag}" "$@"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user