mirror of
https://github.com/ChronosX88/netsukuku.git
synced 2024-11-22 10:12:18 +00:00
Checking the value of rule in insert_rule
This commit is contained in:
parent
564da85dc8
commit
4dcc515709
@ -81,7 +81,7 @@ insert_rule(const char *rule, iptc_handle_t * t, const char *chain,
|
||||
res = iptc_insert_entry(chain, (struct ipt_entry *) rule, 0, t);
|
||||
error
|
||||
("res is: %d rule is: %p chain is: %s pos is: %d t is: %p",
|
||||
res, *rule, chain, pos, t);
|
||||
res, rule, chain, pos, t);
|
||||
if (!res) {
|
||||
error("In insert_rule: %s.", iptc_strerror(errno));
|
||||
err_ret(ERR_NETRUL, -1);
|
||||
|
Loading…
Reference in New Issue
Block a user