]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/varlink.c
Revert "varlink: initialize Varlink with 0"
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 30 May 2019 17:39:05 +0000 (19:39 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 30 May 2019 17:39:27 +0000 (19:39 +0200)
commita48481dc7748a33632acbd5f0bffc073cda74f4e
treeccfb0061ff36c81bc3096d416863ec6e63cfde21
parent2a04712c19556517b47215d49b3faea14490a4f3
Revert "varlink: initialize Varlink with 0"

This reverts commit 8688c29b5aece49805a244676cba5bba0196f509, but leaves the
reproducer. Structured assignment should be enough to fully initialize the
variable and new0 is not necessary.
src/shared/varlink.c