[dovecot-cvs] dovecot/src/auth db-sql.c,1.7,1.8
cras at dovecot.org
cras at dovecot.org
Fri Jun 16 12:33:12 EEST 2006
Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv2342
Modified Files:
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.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- db-sql.c 31 May 2006 11:03:53 -0000 1.7
+++ db-sql.c 16 Jun 2006 09:33:10 -0000 1.8
@@ -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);
More information about the dovecot-cvs
mailing list