Skip to content

Commit

Permalink
add missing "break" statement
Browse files Browse the repository at this point in the history
  • Loading branch information
seflerZ committed May 14, 2024
1 parent c53662e commit d512b0d
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 @@ -2561,7 +2561,7 @@ xrdp_mm_chan_process_msg(struct xrdp_mm *self, struct trans *trans,
break;
case 20:
rv = xrdp_mm_trans_process_unicode_ack(self, s);

break;
default:
LOG(LOG_LEVEL_ERROR, "xrdp_mm_chan_process_msg: unknown id %d", id);
break;
Expand Down

0 comments on commit d512b0d

Please sign in to comment.