svn commit: lorikeet r612 - in trunk/heimdal/lib/hdb: .

lha at samba.org lha at samba.org
Fri Oct 20 21:02:15 GMT 2006


Author: lha
Date: 2006-10-20 21:02:15 +0000 (Fri, 20 Oct 2006)
New Revision: 612

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=612

Log:
Minimize diff to Heimdal.

Modified:
   trunk/heimdal/lib/hdb/hdb.c


Changeset:
Modified: trunk/heimdal/lib/hdb/hdb.c
===================================================================
--- trunk/heimdal/lib/hdb/hdb.c	2006-10-20 17:36:26 UTC (rev 611)
+++ trunk/heimdal/lib/hdb/hdb.c	2006-10-20 21:02:15 UTC (rev 612)
@@ -401,6 +401,6 @@
 	h = find_dynamic_method (context, filename, &residual);
 #endif
     if (h == NULL)
-	krb5_errx(context, 1, "No database support! (hdb_create(%s))", filename);
+	krb5_errx(context, 1, "No database support for %s", filename);
     return (*h->create)(context, db, residual);
 }



More information about the samba-cvs mailing list