svn commit: samba r11321 - in branches/SAMBA_4_0/source/kdc: .

abartlet at samba.org abartlet at samba.org
Thu Oct 27 10:44:41 GMT 2005


Author: abartlet
Date: 2005-10-27 10:44:41 +0000 (Thu, 27 Oct 2005)
New Revision: 11321

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

Log:
Fix typos in warnings.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/kdc/pac-glue.c


Changeset:
Modified: branches/SAMBA_4_0/source/kdc/pac-glue.c
===================================================================
--- branches/SAMBA_4_0/source/kdc/pac-glue.c	2005-10-27 08:27:48 UTC (rev 11320)
+++ branches/SAMBA_4_0/source/kdc/pac-glue.c	2005-10-27 10:44:41 UTC (rev 11321)
@@ -46,8 +46,8 @@
 	ret = krb5_unparse_name(context, client, &principal_string);
 
 	if (ret != 0) {
-		krb5_set_error_string(context, "get pac: could not parse principal");
-		krb5_warnx(context, "get pac: could not parse principal");
+		krb5_set_error_string(context, "get pac: could not unparse principal");
+		krb5_warnx(context, "get pac: could not unparse principal");
 		talloc_free(mem_ctx);
 		return ret;
 	}



More information about the samba-cvs mailing list