Changeset 37010 in vbox for trunk/src/VBox/Main
- Timestamp:
- May 9, 2011 9:28:05 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/xpcom/server_module.cpp
r35368 r37010 5 5 6 6 /* 7 * Copyright (C) 2006-20 07Oracle Corporation7 * Copyright (C) 2006-2011 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 140 140 if ( PR_Read(readable, msg, sizeof(msg)-1) != 5 141 141 || strcmp(msg, "READY")) 142 goto end; 142 { 143 /* If several clients start VBoxSVC simultaneously only one can 144 * succeed. So treat this as success as well. */ 145 rv = NS_OK; 146 goto end; 147 } 143 148 144 149 rv = NS_OK;
Note:
See TracChangeset
for help on using the changeset viewer.