remove unused vars for pf/ipfw/ipf firewalls until NAT is supported for them

This commit is contained in:
Michael Rash 2013-03-01 22:11:22 -05:00
parent bf94e79a3b
commit 839cc41603
3 changed files with 0 additions and 27 deletions

View File

@ -121,9 +121,6 @@ process_spa_request(const fko_srv_options_t *opts, const acc_stanza_t *acc, spa_
acc_port_list_t *port_list = NULL; acc_port_list_t *port_list = NULL;
acc_port_list_t *ple; acc_port_list_t *ple;
unsigned int fst_proto;
unsigned int fst_port;
int res = 0; int res = 0;
time_t now; time_t now;
unsigned int exp_ts; unsigned int exp_ts;
@ -136,12 +133,6 @@ process_spa_request(const fko_srv_options_t *opts, const acc_stanza_t *acc, spa_
*/ */
ple = port_list; ple = port_list;
/* Remember the first proto/port combo in case we need them
* for NAT access requests.
*/
fst_proto = ple->proto;
fst_port = ple->port;
/* Set our expire time value. /* Set our expire time value.
*/ */
time(&now); time(&now);

View File

@ -478,9 +478,6 @@ process_spa_request(const fko_srv_options_t * const opts,
acc_port_list_t *port_list = NULL; acc_port_list_t *port_list = NULL;
acc_port_list_t *ple; acc_port_list_t *ple;
unsigned int fst_proto;
unsigned int fst_port;
int res = 0; int res = 0;
time_t now; time_t now;
unsigned int exp_ts; unsigned int exp_ts;
@ -493,12 +490,6 @@ process_spa_request(const fko_srv_options_t * const opts,
*/ */
ple = port_list; ple = port_list;
/* Remember the first proto/port combo in case we need them
* for NAT access requests.
*/
fst_proto = ple->proto;
fst_port = ple->port;
/* Set our expire time value. /* Set our expire time value.
*/ */
time(&now); time(&now);

View File

@ -202,9 +202,6 @@ process_spa_request(const fko_srv_options_t * const opts,
acc_port_list_t *port_list = NULL; acc_port_list_t *port_list = NULL;
acc_port_list_t *ple; acc_port_list_t *ple;
unsigned int fst_proto;
unsigned int fst_port;
int res = 0; int res = 0;
time_t now; time_t now;
unsigned int exp_ts; unsigned int exp_ts;
@ -217,12 +214,6 @@ process_spa_request(const fko_srv_options_t * const opts,
*/ */
ple = port_list; ple = port_list;
/* Remember the first proto/port combo in case we need them
* for NAT access requests.
*/
fst_proto = ple->proto;
fst_port = ple->port;
/* Set our expire time value. /* Set our expire time value.
*/ */
time(&now); time(&now);