diff options
Diffstat (limited to 'src/YalpServer/InitServer.java')
| -rwxr-xr-x | src/YalpServer/InitServer.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/YalpServer/InitServer.java b/src/YalpServer/InitServer.java index 387d23a..850c5bc 100755 --- a/src/YalpServer/InitServer.java +++ b/src/YalpServer/InitServer.java @@ -54,6 +54,7 @@ public class InitServer { private static ServerSettings settings = new ServerSettings(); public static InputPluginHandler inputHandler = new InputPluginHandler(); public static OutputPluginHandler outputHandler = new OutputPluginHandler(); + public static AuthPluginHandler authHandler = new AuthPluginHandler(); private ServerControlImpl srvCon; private ServerControlInterface srv; |
