Skip to content
Snippets Groups Projects
Commit aea8343b authored by rswindell's avatar rswindell
Browse files

sopen_child_thread() needs to close fd.

parent b93e5032
Branches
Tags
No related merge requests found
......@@ -301,8 +301,8 @@ static void sopen_child_thread(void* arg)
printf("!FAILURE: was able to reopen in child thread\n");
else {
SLEEP(5000);
close(fd);
}
close(fd);
} else if(arg==0)
perror(LOCK_FNAME);
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment