Removed unreferenced variables.
git-svn-id: file:///home/mbr/svn/fwknop/trunk@242 510a4753-2344-4c79-9c09-4d669213fbeb
This commit is contained in:
@@ -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
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user