diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-05-14 09:20:17 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-05-14 17:22:22 +0200 |
commit | 9421cab6db41498f476c5fa2f1c745b6cf15ec97 (patch) | |
tree | 7b481e0d6ef825f932f5b9554c735bd41d314d00 /src/libsystemd/sd-resolve | |
parent | dcd6361ea1dfaa6810b480e0bc53674e5b2c822d (diff) | |
download | systemd-9421cab6db41498f476c5fa2f1c745b6cf15ec97.tar.gz |
test-copy: remove unnecessary initialization
Initializing just some of the values doesn't make sense. We should handle them
all in the same way. In those tests there are no jumps, all steps are covered
with assert_se(), so we know everything will be set if we get to the end of the
function. And _not_ initializing those variables has the advantage that it
allows valgrind to catch potential initalization errors in the function being
tested.
Diffstat (limited to 'src/libsystemd/sd-resolve')
0 files changed, 0 insertions, 0 deletions