Skip to content

Commit

Permalink
missing default value for options in Server#start_listening
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpoljak committed Aug 30, 2011
1 parent 4fa5c37 commit a7c3892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/qrpc/server.rb
Expand Up @@ -169,7 +169,7 @@ def listen!(locator, opts = { })
# @param [Hash] opts options for the server
#

def start_listening(locator, opts)
def start_listening(locator, opts = { })
@locator = locator
@dispatcher = QRPC::Server::Dispatcher::new(opts[:max_jobs])

Expand Down

0 comments on commit a7c3892

Please sign in to comment.