Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akshath committed Apr 15, 2014
1 parent a36fdd6 commit c25ea5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ public boolean saveSocketBasedHostToDisk(InterfaceServer is, SocketBasedHost hos
}

hostConfig.setProperty("host",
host.getInetSocketAddress().getAddress().getHostAddress());
host.getInetAddress().getHostAddress());
hostConfig.setProperty("port", ""+host.getInetSocketAddress().getPort());

hostConfig.setProperty("timeout", ""+host.getTimeout());
Expand Down

0 comments on commit c25ea5c

Please sign in to comment.