* fix server cookie feature
authorWilfried Göesgens <willi@citadel.org>
Sun, 10 Jan 2010 21:54:10 +0000 (21:54 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sun, 10 Jan 2010 21:54:10 +0000 (21:54 +0000)
webcit/cookie_conversion.c

index 23a751f6ac7026046f9f5af175b29416703b149f..cdd51774f99ce0075831c6ccef059148dc0601a9 100644 (file)
@@ -40,7 +40,7 @@ void stuff_to_cookie(int unset_cookies)
 
                if (server_cookie != NULL) {
                        StrBufAppendPrintf(WCC->HBuf, 
-                                          "; path=/ %s\r\n", 
+                                          ";path=/ \r\n%s\r\n", 
                                           server_cookie);
                }
                else {