Fix constants mistakenly replaced

Pointed out by daixj-shterm.
master
Koichiro IWAO 6 years ago
parent 0e9e25f100
commit f714124b78
No known key found for this signature in database
GPG Key ID: 9F72CDBC01BF10EB

@ -687,7 +687,7 @@ xrdp_caps_process_confirm_active(struct xrdp_rdp *self, struct stream *s)
DEBUG(("RDP_CAPSET_GLYPHCACHE")); DEBUG(("RDP_CAPSET_GLYPHCACHE"));
xrdp_caps_process_glyphcache(self, s, len); xrdp_caps_process_glyphcache(self, s, len);
break; break;
case CAPSTYPE_BITMAPCACHE_HOSTSUPPORT: case CAPSTYPE_OFFSCREENCACHE:
DEBUG(("CAPSET_TYPE_OFFSCREEN_CACHE")); DEBUG(("CAPSET_TYPE_OFFSCREEN_CACHE"));
xrdp_caps_process_offscreen_bmpcache(self, s, len); xrdp_caps_process_offscreen_bmpcache(self, s, len);
break; break;

Loading…
Cancel
Save