Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com/netblue30/firejail
Browse files Browse the repository at this point in the history
  • Loading branch information
netblue30 committed Apr 29, 2022
2 parents 54baf62 + 92b7148 commit 9ec6288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fnettrace/hostnames.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ char *retrieve_hostname(uint32_t ip) {
}
}
}
fclose(fp);
pclose(fp);
return rv;
}
else
Expand Down

0 comments on commit 9ec6288

Please sign in to comment.