Add comment
This commit is contained in:
parent
48bc23f3ce
commit
c08d35dd15
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ static int createLibreOfficeKit(const std::string& childRoot,
|
|||
if (!(pid = fork()))
|
||||
{
|
||||
// quicker than a generic socket closing approach.
|
||||
// (but pipeFd is a pipe, not a socket...?)
|
||||
close(pipeFd);
|
||||
|
||||
// child
|
||||
|
|
Loading…
Reference in a new issue