Changeset 63754 in vbox for trunk/src/libs/xpcom18a4/ipc
- Timestamp:
- Sep 7, 2016 4:49:00 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/ipc/ipcd/client/src/ipcdclient.cpp
r53891 r63754 1309 1309 writable = nsnull; 1310 1310 1311 if ((PR_Read(readable, &c, 1) != 1) &&(c != IPC_STARTUP_PIPE_MAGIC))1311 if ((PR_Read(readable, &c, 1) != 1) || (c != IPC_STARTUP_PIPE_MAGIC)) 1312 1312 goto end; 1313 1313
Note:
See TracChangeset
for help on using the changeset viewer.