Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
Signed-off-by: OlegDokuka <odokuka@vmware.com>
  • Loading branch information
OlegDokuka committed Mar 2, 2024
1 parent 0a59c78 commit bffc221
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -48,7 +48,7 @@ private static Mono<CloseableChannel> createServer() {
socketAcceptor ->
(setup, sendingSocket) -> {
if (true) { // TODO here would be an authentication check based on the
// setup payload
// setup payload
return Mono.error(new RejectedSetupException("ACCESS_DENIED"));
} else {
return socketAcceptor.accept(setup, sendingSocket);
Expand Down

0 comments on commit bffc221

Please sign in to comment.