[dovecot-cvs] dovecot/src/auth db-sql.c,1.6.2.1,1.6.2.2
cras at dovecot.org
cras at dovecot.org
Sun Jun 11 15:11:06 EEST 2006
- Previous message: [dovecot-cvs] dovecot/src/deliver auth-client.c, 1.1.2.1,
1.1.2.2 auth-client.h, 1.1.2.1, 1.1.2.2 deliver.c, 1.20.2.1,
1.20.2.2
- Next message: [dovecot-cvs] dovecot/src/auth auth-request.c, 1.58.2.1,
1.58.2.2 passdb-pam.c, 1.37, 1.37.2.1 passdb.h, 1.33, 1.33.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv12601
Modified Files:
Tag: branch_1_0
db-sql.c
Log Message:
s/ldap/sql/ in error message
Index: db-sql.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/db-sql.c,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -u -d -r1.6.2.1 -r1.6.2.2
--- db-sql.c 31 May 2006 11:03:50 -0000 1.6.2.1
+++ db-sql.c 11 Jun 2006 12:11:03 -0000 1.6.2.2
@@ -66,7 +66,7 @@
}
if (*config_path == '\0')
- i_fatal("LDAP: Configuration file path not given");
+ i_fatal("sql: Configuration file path not given");
pool = pool_alloconly_create("sql_connection", 1024);
conn = p_new(pool, struct sql_connection, 1);
- Previous message: [dovecot-cvs] dovecot/src/deliver auth-client.c, 1.1.2.1,
1.1.2.2 auth-client.h, 1.1.2.1, 1.1.2.2 deliver.c, 1.20.2.1,
1.20.2.2
- Next message: [dovecot-cvs] dovecot/src/auth auth-request.c, 1.58.2.1,
1.58.2.2 passdb-pam.c, 1.37, 1.37.2.1 passdb.h, 1.33, 1.33.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list