summaryrefslogtreecommitdiffstats
path: root/Source/CTest/Curl/cookie.c
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-10-13 14:01:04 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-10-13 14:01:04 (GMT)
commit3f75f0ea1e0404951797c2918d93465b9c612ea0 (patch)
tree1e2be9f03c86db340d683e06ef38efdbfd2b71fc /Source/CTest/Curl/cookie.c
parenta4c8aee1f489fb0b5e7bdc1fe44f964b6f5d1d4d (diff)
downloadCMake-3f75f0ea1e0404951797c2918d93465b9c612ea0.zip
CMake-3f75f0ea1e0404951797c2918d93465b9c612ea0.tar.gz
CMake-3f75f0ea1e0404951797c2918d93465b9c612ea0.tar.bz2
COMP: Attempt to remove warnings on borland
Diffstat (limited to 'Source/CTest/Curl/cookie.c')
-rw-r--r--Source/CTest/Curl/cookie.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/Curl/cookie.c b/Source/CTest/Curl/cookie.c
index 0f372d8..3ba5627 100644
--- a/Source/CTest/Curl/cookie.c
+++ b/Source/CTest/Curl/cookie.c
@@ -156,7 +156,7 @@ Curl_cookie_add(struct SessionHandle *data,
struct Cookie *co;
struct Cookie *lastc=NULL;
time_t now = time(NULL);
- bool replace_old = FALSE;
+ bool replace_old;
bool badcookie = FALSE; /* cookies are good by default. mmmmm yummy */
/* First, alloc and init a new struct for it */