lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev [2.8.1dev23] patch - small fix to LYCookie.c


From: pk
Subject: lynx-dev [2.8.1dev23] patch - small fix to LYCookie.c
Date: Sat, 29 Aug 1998 23:35:47 -0700

I left some debug info in LYCookie.c with the wrong information, here's a
small fix so it'll look right...


diff -cr 2.8.1dev.23/src/LYCookie.c 2.8.1dev.23.bri/src/LYCookie.c
*** 2.8.1dev.23/src/LYCookie.c  Sat Aug 29 23:11:27 1998
--- 2.8.1dev.23.bri/src/LYCookie.c      Sat Aug 29 23:28:56 1998
***************
*** 2481,2487 ****
            de = (domain_entry *)calloc(1, sizeof(domain_entry));
  
            if (de == NULL)
!                   outofmem(__FILE__, "cookie_accept_domain");
  
            de->bv = ACCEPT_ALWAYS;
  
--- 2481,2487 ----
            de = (domain_entry *)calloc(1, sizeof(domain_entry));
  
            if (de == NULL)
!                   outofmem(__FILE__, "cookie_add_acceptlist");
  
            de->bv = ACCEPT_ALWAYS;
  
***************
*** 2548,2554 ****
            de = (domain_entry *)calloc(1, sizeof(domain_entry));
  
            if (de == NULL)
!                   outofmem(__FILE__, "cookie_reject_domain");
  
            de->bv = REJECT_ALWAYS;
  
--- 2548,2554 ----
            de = (domain_entry *)calloc(1, sizeof(domain_entry));
  
            if (de == NULL)
!                   outofmem(__FILE__, "cookie_add_rejectlist");
  
            de->bv = REJECT_ALWAYS;
  

-- 
"This is not an invasion of Cambodia." -Richard M. Nixon
"The Macintosh has wacky file formats..." -sox(1) manpage

reply via email to

[Prev in Thread] Current Thread [Next in Thread]