Fix: in case of error, the publickey is not sent

This commit is contained in:
Laurent Clouet
2020-01-12 14:21:49 +01:00
parent 83ce5b6f6c
commit 99d717634b

View File

@@ -16,7 +16,7 @@ public class ServerConfig {
@Getter
private int status;
@Attribute
@Attribute(required = false)
@Getter
private String publickey;