connmark: Fix wrong plugin name in log message
Closes strongswan/strongswan#1244
This commit is contained in:
committed by
Tobias Brunner
parent
057b3806aa
commit
dbe3de7bb9
@@ -388,7 +388,7 @@ static bool commit_handle(struct iptc_handle *ipth)
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
DBG1(DBG_CFG, "forecast iptables commit failed: %s", iptc_strerror(errno));
|
||||
DBG1(DBG_CFG, "connmark iptables commit failed: %s", iptc_strerror(errno));
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user