Changeset 61992 in vbox for trunk/src/VBox/GuestHost/OpenGL/util/tcpip.c
- Timestamp:
- Jul 3, 2016 3:06:28 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/util/tcpip.c
r53726 r61992 641 641 const int sendable_len = conn->swap ? SWAP32(len) : len; 642 642 crTCPIPWriteExact( conn, &sendable_len, sizeof(len) ); 643 if ( !conn ||conn->type == CR_NO_CONNECTION)643 if (conn->type == CR_NO_CONNECTION) 644 644 return; 645 645 crTCPIPWriteExact( conn, start, len );
Note:
See TracChangeset
for help on using the changeset viewer.