Skip to content

Commit

Permalink
Fixes #414
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoon committed Sep 14, 2017
1 parent df29ea3 commit 504f1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xrdp/xrdp_wm.c
Expand Up @@ -567,7 +567,7 @@ xrdp_wm_init(struct xrdp_wm *self)
xrdp_wm_load_static_pointers(self);
self->screen->bg_color = self->xrdp_config->cfg_globals.ls_top_window_bg_color;

if (self->session->client_info->rdp_autologin || self->hide_log_window)
if (self->session->client_info->rdp_autologin)
{
/*
* NOTE: this should eventually be accessed from self->xrdp_config
Expand Down

0 comments on commit 504f1e1

Please sign in to comment.