Changeset 2144

Show
Ignore:
Timestamp:
04/07/2008 10:54:26 AM (5 months ago)
Author:
darix
Message:

- fix 2 small typos in the ssl fix

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/lighttpd-1.4.x/src/connections.c

    r2139 r2144  
    16811681                                        if (-1 != (ret = SSL_shutdown(con->ssl))) break; 
    16821682 
    1683                                         // fall through 
     1683                                        /* fall through */ 
    16841684                                default: 
    16851685 
     
    16981698                                                } else { 
    16991699                                                        log_error_write(srv, __FILE__, __LINE__, "sddds", "SSL (error):", 
    1700                                                                         ssl_r, r, errno, 
     1700                                                                        ssl_r, ret, errno, 
    17011701                                                                        strerror(errno)); 
    17021702                                                }