Skip to content

Commit

Permalink
Merge pull request #2977 from metalefty/v0.10-cherry-pick
Browse files Browse the repository at this point in the history
[v0.10] cherry picks
  • Loading branch information
metalefty authored Mar 8, 2024
2 parents 7700fcb + 790834a commit c5e6c4e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xrdp/xrdp_login_wnd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1458,8 +1458,6 @@ load_xrdp_config(struct xrdp_config *config, const char *xrdp_ini, int bpp)
LOG(LOG_LEVEL_DEBUG, "tcp_keepalive: %d", globals->tcp_keepalive);
LOG(LOG_LEVEL_DEBUG, "tcp_send_buffer_bytes: %d", globals->tcp_send_buffer_bytes);
LOG(LOG_LEVEL_DEBUG, "tcp_recv_buffer_bytes: %d", globals->tcp_recv_buffer_bytes);
LOG(LOG_LEVEL_DEBUG, "new_cursors: %d", globals->new_cursors);
LOG(LOG_LEVEL_DEBUG, "allow_multimon: %d", globals->allow_multimon);

LOG(LOG_LEVEL_DEBUG, "grey: %d", globals->grey);
LOG(LOG_LEVEL_DEBUG, "black: %d", globals->black);
Expand Down

0 comments on commit c5e6c4e

Please sign in to comment.