VirtualBox

Ignore:
Timestamp:
Mar 5, 2012 4:25:09 PM (13 years ago)
Author:
vboxsync
Message:

GuestProperties/API: never send property change events with NULL strings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/GuestProperties/service.cpp

    r39242 r40361  
    11481148        /* Send out a host notification */
    11491149        if (RT_SUCCESS(rc))
    1150             rc = notifyHost(pszProperty, NULL, u64Timestamp, NULL);
     1150            rc = notifyHost(pszProperty, "", u64Timestamp, "");
    11511151    }
    11521152    LogFlowThisFunc(("returning\n"));
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