From 67f969f2c7ea5f8ce5f498ba99588467436351f2 Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Wed, 10 Dec 2014 17:06:45 -0800 Subject: [PATCH] [server] compilation bug fix for firewalld platforms in DESTINATION processing code --- server/fw_util_firewalld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/fw_util_firewalld.c b/server/fw_util_firewalld.c index 5fb054b9..59e55e59 100644 --- a/server/fw_util_firewalld.c +++ b/server/fw_util_firewalld.c @@ -1056,7 +1056,7 @@ process_spa_request(const fko_srv_options_t * const opts, in_chain->table, ple->proto, spadat->use_src_ip, - (fwc.use_destination ? spadat->pkt_destination_ip : FIREWD_ANY_IP) + (fwc.use_destination ? spadat->pkt_destination_ip : FIREWD_ANY_IP), ple->port, exp_ts, in_chain->target