]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Monitor: use pclose rather than fclose
authorNeilBrown <neilb@suse.de>
Fri, 10 Jul 2009 04:39:20 +0000 (14:39 +1000)
committerNeilBrown <neilb@suse.de>
Fri, 10 Jul 2009 04:39:20 +0000 (14:39 +1000)
commit6278fb3af762fb965925af48656891d155e737e9
treeb656aeec23feacc1794e4e0ab75da420befb8371
parent0ea2b5ef1be03802f34537330884cdaf72494b01
Monitor: use pclose rather than fclose

Using pclose is probably the right thing to do seeing that we
used popen, but as there is no clear need to wait for sendmail
to finish, it isn't really important.

Signed-off-by: NeilBrown <neilb@suse.de>
Monitor.c