diff options
Diffstat (limited to 'src/LYCookie.c')
-rw-r--r-- | src/LYCookie.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYCookie.c b/src/LYCookie.c index 14f2ecfc..17690dc0 100644 --- a/src/LYCookie.c +++ b/src/LYCookie.c @@ -211,7 +211,7 @@ PRIVATE void store_cookie ARGS3( HTList *hl, *next; cookie *c2; time_t now = time(NULL); - int pathlen, pos; + int pos; CONST char *ptr; domain_entry *de = NULL; |