mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-12-07 16:43:54 +01:00
xt_mp2t: simplify boolean expression
This commit is contained in:
@@ -677,7 +677,7 @@ xt_mp2t_mt_check(const struct xt_mtchk_param *par)
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (mp2t_htable_create(info) == false) {
|
||||
if (!mp2t_htable_create(info)) {
|
||||
msg_err(DRV, "Error creating hash table");
|
||||
return -ENOMEM;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user