SSL : ajout fichier

This commit is contained in:
Maximilien LEDOUX
2022-03-08 16:48:22 +01:00
parent a42eb59be7
commit 9df754f061
2 changed files with 3 additions and 1 deletions

View File

@@ -116,7 +116,9 @@ public class ClientHandler implements Runnable, AutoCloseable {
} else {
authentication(ruleResult);
}
} catch (IOException ignore) { }
} catch (IOException ignore) {
ignore.printStackTrace();
}
}
}