]> git.ipfire.org Git - thirdparty/mdadm.git/commit
mdmon: fix arg parsing.
authorNeilBrown <neilb@suse.de>
Mon, 9 Jul 2012 06:50:22 +0000 (16:50 +1000)
committerNeilBrown <neilb@suse.de>
Mon, 9 Jul 2012 06:50:22 +0000 (16:50 +1000)
commit7a0bfa2d553861d39077153f9d987e8028bebf02
tree012933a256facbbdb64ad82d1eab40aefbba8e28
parent721b662b5b33830090c220bbb04bf1904d4b7eed
mdmon: fix arg parsing.

-t aka --takeover should not be setting container_name.
It sets it to NULL which causes failure when you try
  mdmon --all --takeover

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