Fix typo in init daemon

This commit is contained in:
topjohnwu
2021-01-18 04:13:54 -08:00
parent f5593e051c
commit 42278f12ff
2 changed files with 2 additions and 2 deletions

View File

@@ -199,7 +199,7 @@ void SARInit::first_stage_prep() {
restore_folder(ROOTOVL, overlays);
// Ack and bail out!
write_int(sockfd, 0);
write_int(client, 0);
close(client);
close(sockfd);