[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


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);



More information about the dovecot-cvs mailing list