Skip to content

Commit

Permalink
Fixing integration bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nexarian committed Jun 3, 2021
1 parent 5a9717f commit d2fdb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xrdp/xrdp_mm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,7 @@ dynamic_monitor_data(intptr_t id, int chan_id, char *data, int bytes)
g_malloc(sizeof(struct display_size_description), 1);

error = process_monitor_stream(s, description, 1);
if (error != 0)
if (error == 0)
{
error = process_dynamic_monitor_description(wm, description);
}
Expand Down

0 comments on commit d2fdb36

Please sign in to comment.