Removed unreferenced variables.

git-svn-id: file:///home/mbr/svn/fwknop/trunk@242 510a4753-2344-4c79-9c09-4d669213fbeb
This commit is contained in:
Damien Stuart
2010-07-07 17:36:20 +00:00
parent bbb8f7bcc6
commit e63f1de1e3
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -121,7 +121,6 @@ static int
create_fwknoprc(char *rcfile)
{
FILE *rc;
int res;
fprintf(stderr, "Creating initial rc file: %s.\n", rcfile);
+1 -1
View File
@@ -377,7 +377,7 @@ send_spa_packet_http(char *spa_data, int sd_len, fko_cli_options_t *options)
{
char http_buf[HTTP_MAX_REQUEST_LEN], *spa_data_copy = NULL;
char *ndx = options->http_proxy;
int i, j, proxy_port;
int i, proxy_port;
spa_data_copy = malloc(sd_len+1);
if (spa_data_copy == NULL)