Skip to content

Commit

Permalink
Fix it #108
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaopeng-he committed Mar 20, 2017
1 parent 5e51e27 commit d95894b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public boolean isStarted() {
}

public String getZkString() {
return "localhost:" + PORT;
return "127.0.0.1:" + PORT;
}

public void killSession(ZooKeeper client) throws Exception {
Expand Down

0 comments on commit d95894b

Please sign in to comment.