Ignore:
Timestamp:
11/11/11 13:17:43 (19 months ago)
Author:
BrainSlayer
Message:

update proftp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/proftpd/contrib/mod_sql_sqlite.c

    r17341 r17876  
    22 * ProFTPD: mod_sql_sqlite -- Support for connecting to SQLite databases 
    33 * 
    4  * Copyright (c) 2004-2010 TJ Saunders 
     4 * Copyright (c) 2004-2011 TJ Saunders 
    55 *   
    66 * This program is free software; you can redistribute it and/or modify 
     
    1616 * You should have received a copy of the GNU General Public License 
    1717 * along with this program; if not, write to the Free Software 
    18  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307, USA. 
     18 * Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA. 
    1919 * 
    2020 * As a special exemption, TJ Saunders gives permission to link this program 
     
    2222 * the source code for OpenSSL in the source distribution. 
    2323 * 
    24  * $Id: mod_sql_sqlite.c,v 1.16.2.3 2010/12/03 23:00:22 castaglia Exp $ 
     24 * $Id: mod_sql_sqlite.c,v 1.23 2011/05/23 20:56:40 castaglia Exp $ 
    2525 * $Libraries: -lsqlite3 $ 
    2626 */ 
     
    10231023      pr_log_pri(PR_LOG_NOTICE, MOD_SQL_SQLITE_VERSION 
    10241024        ": notice: error registering backend: %s", strerror(errno)); 
    1025       end_login(1); 
     1025      pr_session_end(0); 
    10261026    } 
    10271027  } 
     
    10341034      pr_log_pri(PR_LOG_NOTICE, MOD_SQL_SQLITE_VERSION 
    10351035        ": notice: error unregistering backend: %s", strerror(errno)); 
    1036       end_login(1); 
     1036      pr_session_end(0); 
    10371037    } 
    10381038 
Note: See TracChangeset for help on using the changeset viewer.