X-Git-Url: https://git.distorted.org.uk/~mdw/yaid/blobdiff_plain/2abfa39366012d4fd46dd8f026fbce1be56a5533..af7ed5c7d9bc023182dc0dd4d27605d19168c43c:/linux.c diff --git a/linux.c b/linux.c index 25fcb6c..413fcdc 100644 --- a/linux.c +++ b/linux.c @@ -457,6 +457,7 @@ done: /* Initialize the system-specific code. */ void init_sys(void) { + /* Open the NAT connection map. */ if ((natfp = fopen("/proc/net/nf_conntrack", "r")) == 0 && errno != ENOENT) { die(1, "failed to open `/proc/net/nf_conntrack' for reading: %s",