bug 118699, cookies being returned out of order, c=verdun, r=morse, sr=alecf

This commit is contained in:
morse%netscape.com 2002-02-26 01:01:40 +00:00
Родитель eab00e2d64
Коммит 2f740525d8
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1356,7 +1356,7 @@ cookie_SetCookieString(char * curURL, nsIPrompt *aPrompter, const char * setCook
}
if ( !bCookieAdded ) {
/* no shorter strings found in list */
cookie_list->AppendElement(prev_cookie);
cookie_list->InsertElementAt(prev_cookie, 0);
}
}