added Id tag expansion

git-svn-id: file:///home/mbr/svn/fwknop/trunk@180 510a4753-2344-4c79-9c09-4d669213fbeb
This commit is contained in:
Michael Rash
2010-01-03 04:49:51 +00:00
parent 153a0964e2
commit 510702dc18
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/*
/* $Id$
******************************************************************************
*
* File: config_init.c
+1 -1
View File
@@ -1,4 +1,4 @@
/*
/* $Id$
******************************************************************************
*
* File: fwknop.h
+1 -1
View File
@@ -1,4 +1,4 @@
/*
/* $Id$
******************************************************************************
*
* File: fwknop_common.h
+4 -4
View File
@@ -1,4 +1,4 @@
/*
/* $Id$
*****************************************************************************
*
* File: http_resolve_host.c
@@ -43,11 +43,11 @@ int
resolve_ip_http(fko_cli_options_t *options)
{
int sock, res, error, http_buf_len, i;
int o1, o2, o3, o4;
int o1, o2, o3, o4;
struct addrinfo *result, *rp, hints;
char http_buf[HTTP_MAX_REQUEST_LEN];
char http_response[HTTP_MAX_RESPONSE_LEN] = {0};
char *ndx;
char http_response[HTTP_MAX_RESPONSE_LEN] = {0};
char *ndx;
#ifdef WIN32
WSADATA wsa_data;
+1 -1
View File
@@ -1,4 +1,4 @@
/*
/* $Id$
*****************************************************************************
*
* File: utils.h