Skip to content

Commit 97af080

Browse files
authored
Merge pull request #753 from basho/im/bugfix/invalid-pg-status-2.2
riak_repl2_pg: Fix invalid non-list status
2 parents df2a117 + 3650ec0 commit 97af080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/riak_repl2_pg.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ status() ->
2727
LeaderNode = riak_repl2_leader:leader_node(),
2828
case LeaderNode of
2929
undefined ->
30-
{[], []};
30+
[{proxy_get, []}];
3131
_ ->
3232
ReqStats = try riak_repl2_pg_block_requester_sup:started(LeaderNode) of
3333
[] ->

0 commit comments

Comments
 (0)