VirtualBox

Changeset 5822 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 22, 2007 7:21:42 PM (17 years ago)
Author:
vboxsync
Message:

Additions (Linux): logical error in guest clipboard code, does not affect 1.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/xclient/clipboard.cpp

    r4998 r5822  
    15621562    if (rc >= 0)
    15631563    {
    1564         if (g_ctx.client == 0)
     1564        if (0 == info.u32ClientID)
    15651565        {
    15661566            cout << "We got an invalid client ID of 0!" << endl;
    15671567            return VERR_NOT_SUPPORTED;
    15681568        }
     1569        g_ctx.client = info.u32ClientID;
    15691570        g_ctx.eOwner = HOST;
    15701571    }
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