flexnbd: Remove some obsolete 'rebind' options

They steal short options that I want for other things
This commit is contained in:
nick
2013-02-13 13:11:20 +00:00
parent f63be84d80
commit 0fcbe04f80
3 changed files with 4 additions and 8 deletions

View File

@@ -8,7 +8,7 @@
require 'flexnbd/fake_source'
include FlexNBD
addr, port, srv_pid, rebind_addr, rebind_port = *ARGV
addr, port, srv_pid = *ARGV
client = FakeSource.new( addr, port, "Timed out connecting" )
client.read_hello
@@ -30,3 +30,4 @@ rescue Timeout::Error
end
exit(0)