]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Assemble.c
Assemble: assemble_container_content(): Avoid superfluous NULL initialization
authorJes Sorensen <Jes.Sorensen@redhat.com>
Wed, 9 Mar 2016 20:21:26 +0000 (15:21 -0500)
committerJes Sorensen <Jes.Sorensen@redhat.com>
Tue, 22 Mar 2016 18:06:28 +0000 (14:06 -0400)
commit0a8e239c187c234fefc14a1a05561bd3fd1b2e65
tree330b7bbe25ad80b1b562cee68c38f504236fbc19
parente9ddbb2be9b05fec01d1eaba608abc261fb4b805
Assemble: assemble_container_content(): Avoid superfluous NULL initialization

No need to init avail to NULL since it will only be accessed after
assignment.

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Assemble.c