Changeset 33044 in vbox for trunk/src/VBox/Main/xpcom
- Timestamp:
- Oct 11, 2010 4:30:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xpcom/server.cpp
r31872 r33044 1072 1072 /* now we're ready, signal the parent process */ 1073 1073 write(daemon_pipe_wr, "READY", strlen("READY")); 1074 /* close writing end of the pipe, its job is done */ 1075 close(daemon_pipe_wr); 1074 1076 } 1075 1077 else … … 1150 1152 RTFileDelete(g_pszPidFile); 1151 1153 1152 /* close writing end of the pipe as well */1153 if (daemon_pipe_wr >= 0)1154 close(daemon_pipe_wr);1155 1156 1154 return 0; 1157 1155 }
Note:
See TracChangeset
for help on using the changeset viewer.