mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
13 lines
338 B
Text
13 lines
338 B
Text
--- cgi-lib.c Wed Apr 11 20:03:57 2001
|
|
+++ cgi-lib.c Wed Apr 11 20:04:20 2001
|
|
@@ -529,9 +529,9 @@
|
|
int numcookies = 0;
|
|
short NM = 1;
|
|
|
|
+ list_create(entries);
|
|
if (cookies == NULL)
|
|
return 0;
|
|
- list_create(entries);
|
|
window = entries->head;
|
|
len = strlen(cookies);
|
|
entry.name = (char *)malloc(sizeof(char) * len + 1);
|