This commit is contained in:
Daniel Stenberg 2009-09-25 20:26:44 +00:00
Родитель e3d623f190
Коммит af9ce990f0
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -370,7 +370,7 @@ Curl_cookie_add(struct SessionHandle *data,
from the date parser let's add a second to make it a
non-session cookie */
if (co->expires == 0)
co->expires = 1;
co->expires = 1;
}
else if(!co->name) {
co->name = strdup(name);