From 6871becb8f08b727e3dab2cdb53ffd3c55182d1e Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Mon, 6 Jul 2015 17:26:21 +0200 Subject: [client] hardcode test sat ip for the new server api --- dozentenmodul/src/main/java/gui/core/LoginGUI.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dozentenmodul/src/main/java/gui/core/LoginGUI.java b/dozentenmodul/src/main/java/gui/core/LoginGUI.java index d56fa76e..9f204b1b 100644 --- a/dozentenmodul/src/main/java/gui/core/LoginGUI.java +++ b/dozentenmodul/src/main/java/gui/core/LoginGUI.java @@ -15,6 +15,7 @@ import org.openslx.bwlp.dozmod.thrift.OrganizationCache; import org.openslx.bwlp.thrift.iface.Organization; import org.openslx.bwlp.thrift.iface.TAuthenticationException; import org.openslx.bwlp.thrift.iface.UserInfo; +import org.openslx.thrifthelper.ThriftManager; import util.ShibbolethECP.ReturnCode; import auth.BWIDMAuthenticator; @@ -172,8 +173,10 @@ public class LoginGUI extends LoginComposite { GuiManager.showMessage("Internal error!"); break; } - } else + } else { + ThriftManager.setSatellite("132.230.8.113"); GuiManager.addContent(new DisclaimerComposite(getShell())); + } } }); } catch (TAuthenticationException e) { -- cgit v1.2.3-55-g7522