Fix typo s/BITMACACHE/BITMAPCACHE/
This commit is contained in:
parent
c5d04a1133
commit
062699334e
@ -431,7 +431,7 @@
|
||||
#define ORDER_CAP_NEGOTIATE 2 /* NEGOTIATEORDERSUPPORT? not used */
|
||||
#define ORDER_CAP_NOSUPPORT 4 /* not used */
|
||||
|
||||
#define CAPSTYPE_BITMACACHE 0x0004
|
||||
#define CAPSTYPE_BITMAPCACHE 0x0004
|
||||
#define CAPSTYPE_BITMAPCACHE_LEN 0x28
|
||||
|
||||
#define CAPSTYPE_CONTROL 0x0005
|
||||
|
@ -648,7 +648,7 @@ xrdp_caps_process_confirm_active(struct xrdp_rdp *self, struct stream *s)
|
||||
DEBUG(("CAPSTYPE_ORDER"));
|
||||
xrdp_caps_process_order(self, s, len);
|
||||
break;
|
||||
case CAPSTYPE_BITMACACHE:
|
||||
case CAPSTYPE_BITMAPCACHE:
|
||||
DEBUG(("CAPSTYPE_BMPCACHE"));
|
||||
xrdp_caps_process_bmpcache(self, s, len);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user