commit | 681e7ad024d80123a1ae8e35f86fb1a7f03b1bc9 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Wed Mar 20 19:23:23 2013 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Mar 22 17:51:32 2013 +0100 |
tree | 6146eae415de0b2a5db284f7382ce862f00ada0b | |
parent | bebbf7fa9c6235022ecd15f8f934d27e5ccab63a [diff] |
nbd: Check against invalid option combinations A file name may only specified if no host or socket path is specified. The latter two may not appear at the same time either. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>