VirtualBox

Changeset 36320 in vbox


Ignore:
Timestamp:
Mar 21, 2011 8:54:30 AM (14 years ago)
Author:
vboxsync
Message:

RDP/client: typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/RDP/client/vrdp/rdpusb.c

    r36319 r36320  
    323323rdpusb_send_reply (uint8_t code, uint8_t status, uint32_t devid)
    324324{
    325         STREAM s = rdpusb_init_packet(1, code);
     325        STREAM s = rdpusb_init_packet(5, code);
    326326        out_uint8(s, status);
    327327        out_uint32_le(s, devid);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette