Skip to content

Commit

Permalink
issue-504 Pass reason to sessionNegotiationEnd
Browse files Browse the repository at this point in the history
  • Loading branch information
duco-lw committed May 16, 2024
1 parent 71b842f commit 8f7f9af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,7 @@ protected void signalNegotiationEnd(
return;
}

listener.sessionNegotiationEnd(this, c2sOptions, s2cOptions, negotiatedGuess, null);
listener.sessionNegotiationEnd(this, c2sOptions, s2cOptions, negotiatedGuess, reason);
}

/**
Expand Down

0 comments on commit 8f7f9af

Please sign in to comment.