changeset 4350:a916c98dc910 HEAD

s/ldap/sql/ in error message
author Timo Sirainen <tss@iki.fi>
date Fri, 16 Jun 2006 12:33:10 +0300
parents 4d4c649ac106
children 61cc7e40bec6
files src/auth/db-sql.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/auth/db-sql.c	Fri Jun 16 12:32:49 2006 +0300
+++ b/src/auth/db-sql.c	Fri Jun 16 12:33:10 2006 +0300
@@ -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);