Skip to content

Commit

Permalink
Fix a missed gen_server2 rename
Browse files Browse the repository at this point in the history
  • Loading branch information
rzezeski committed Aug 24, 2012
1 parent e5cfb9c commit 6f1af68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riak_core_handoff_listener.erl
Expand Up @@ -41,7 +41,7 @@ start_link() ->
gen_nb_server:start_link(?MODULE, IpAddr, PortNum, [IpAddr, PortNum, SslOpts]). gen_nb_server:start_link(?MODULE, IpAddr, PortNum, [IpAddr, PortNum, SslOpts]).


get_handoff_ip() -> get_handoff_ip() ->
gen_server2:call(?MODULE, handoff_ip, infinity). riak_core_gen_server:call(?MODULE, handoff_ip, infinity).


init([IpAddr, PortNum, SslOpts]) -> init([IpAddr, PortNum, SslOpts]) ->
register(?MODULE, self()), register(?MODULE, self()),
Expand Down

0 comments on commit 6f1af68

Please sign in to comment.