aboutsummaryrefslogtreecommitdiffstats
path: root/main/http.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/http.c')
-rw-r--r--main/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/http.c b/main/http.c
index e335086bb..2c7683e3b 100644
--- a/main/http.c
+++ b/main/http.c
@@ -437,7 +437,7 @@ static void *ast_httpd_helper_thread(void *data)
/* If we got a FireFox cookie string, the name's right
after "Cookie: " */
- vname = cookie + 8;
+ vname = cookie + 8;
/* If we got an IE cookie string, we need to skip to
past the version to get to the name */