Skip to content

Commit

Permalink
Make new connection on changed IP
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Metz <oliver@freetz.org>
  • Loading branch information
olistudent committed Apr 28, 2013
1 parent 16ada82 commit 7f07b07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/de/FBEditor/FBEdit.java
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,9 @@ void getHost(boolean first) {
if (new_box_address != null && !new_box_address.equals(box_address)) {
box_address = new_box_address;
}

if (!first)
makeNewConnection(first);
}

void getPassword(boolean first) {
Expand Down

0 comments on commit 7f07b07

Please sign in to comment.