]> git.ipfire.org Git - thirdparty/systemd.git/commit
basic/log: fix return value from log_struct_iovec_internal()
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 26 Sep 2017 14:04:33 +0000 (16:04 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 26 Sep 2017 14:04:33 +0000 (16:04 +0200)
commit40056777309b06e6119a51cf789d2afa421564d4
tree08a7e10fb4e0c6b99da4842d3339f2fece14c69e
parent22c8321b09959eebe7bbbf609e9305e0d9a699b8
basic/log: fix return value from log_struct_iovec_internal()

This returned value so far wasn't used anywhere, so there's no change
in behaviour.
src/basic/log.c