Changeset 17876 for src/router/proftpd/contrib/mod_sql_sqlite.c
- Timestamp:
- 11/11/11 13:17:43 (19 months ago)
- File:
-
- 1 edited
-
src/router/proftpd/contrib/mod_sql_sqlite.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/router/proftpd/contrib/mod_sql_sqlite.c
r17341 r17876 2 2 * ProFTPD: mod_sql_sqlite -- Support for connecting to SQLite databases 3 3 * 4 * Copyright (c) 2004-201 0TJ Saunders4 * Copyright (c) 2004-2011 TJ Saunders 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify … … 16 16 * You should have received a copy of the GNU General Public License 17 17 * along with this program; if not, write to the Free Software 18 * Foundation, Inc., 5 9 Temple Place, Suite 330, Boston, MA 02111-1307, USA.18 * Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA. 19 19 * 20 20 * As a special exemption, TJ Saunders gives permission to link this program … … 22 22 * the source code for OpenSSL in the source distribution. 23 23 * 24 * $Id: mod_sql_sqlite.c,v 1. 16.2.3 2010/12/03 23:00:22castaglia Exp $24 * $Id: mod_sql_sqlite.c,v 1.23 2011/05/23 20:56:40 castaglia Exp $ 25 25 * $Libraries: -lsqlite3 $ 26 26 */ … … 1023 1023 pr_log_pri(PR_LOG_NOTICE, MOD_SQL_SQLITE_VERSION 1024 1024 ": notice: error registering backend: %s", strerror(errno)); 1025 end_login(1);1025 pr_session_end(0); 1026 1026 } 1027 1027 } … … 1034 1034 pr_log_pri(PR_LOG_NOTICE, MOD_SQL_SQLITE_VERSION 1035 1035 ": notice: error unregistering backend: %s", strerror(errno)); 1036 end_login(1);1036 pr_session_end(0); 1037 1037 } 1038 1038
Note: See TracChangeset
for help on using the changeset viewer.
