two minor typo

From: Evgeny Kotsuba <evgen__k@dont-contact.us>
Date: Sat, 02 Nov 2002 18:33:23 +0300

1. extra comma at "EXT_ACL_HEADER_ID_MEMBER," - error in IBM VAC
Squid, 2.5,3.0

squid3\src\external_acl.cc
squid\src\external_acl.c
--------------
struct _external_acl_format {
     enum {
[....]
        EXT_ACL_HEADER_ID_MEMBER,
     } type;
--------------

2. Wrong debug section (?) in mime.c/mime.cc
Squid, 2.5,3.0

     if ((fp = fopen(filename, "r")) == NULL) {
        debug(50, 1) ("mimeInit: %s: %s\n", filename, xstrerror());

     if (fstat(fd, &sb) < 0) {
        debug(50, 0) ("mimeLoadIconFile: FD %d: fstat: %s\n", fd,
xstrerror());

section 50 Log file handling

SY,
Evgeny Kotsuba
Received on Sat Nov 02 2002 - 08:33:28 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:18:36 MST