]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Manage.c
Two Minor bug fixes to incremental support
authorDoug Ledford <dledford@redhat.com>
Tue, 20 Jul 2010 16:17:20 +0000 (12:17 -0400)
committerDoug Ledford <dledford@redhat.com>
Thu, 22 Jul 2010 14:16:31 +0000 (10:16 -0400)
commitcfad27a93765529d72c49b9a39f736b194d31866
tree8130cbb5e7799456ecc2106acdd8273a87fe1a3f
parent753cf9051223992dc8f18b46d26650fe52e6f2f8
Two Minor bug fixes to incremental support

One: a single character typo (of instead of or in an error printout)
Two: Audited usage of tfd file descriptor.  Make sure that the tfd file
is always closed after usage, and that the tfd variable is reset to -1
if we are going to continue in our loop (not necessary if we know we
will return from our function without going through the dv loop again).

Signed-off-by: Doug Ledford <dledford@redhat.com>
Manage.c