diff options
Diffstat (limited to 'extensions/libipt_random.c')
-rw-r--r-- | extensions/libipt_random.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/libipt_random.c b/extensions/libipt_random.c index fd815bbc..d28ab8ce 100644 --- a/extensions/libipt_random.c +++ b/extensions/libipt_random.c @@ -51,7 +51,6 @@ static void init(struct ipt_entry_match *m, unsigned int *nfcache) { struct ipt_rand_info *randinfo = (struct ipt_rand_info *)(m)->data; - *nfcache |= NFC_UNKNOWN; /* We assign the average to be 50 which is our default value */ /* 50 * 2.55 = 128 */ |