This commit is contained in:
Laurent Clouet
2018-11-29 14:02:17 +01:00
parent e9b7ed61fc
commit 377abd27b3

View File

@@ -202,7 +202,7 @@ public class Client {
} }
} }
catch (FermeExceptionNoSession e) { catch (FermeExceptionNoSession e) {
// User has no session need to re-authenticate this.log.debug("User has no session need to re-authenticate");
ret = this.server.getConfiguration(); ret = this.server.getConfiguration();
if (ret != Error.Type.OK) { if (ret != Error.Type.OK) {
this.renderingJob = null; this.renderingJob = null;