r11321: Fix typos in warnings.
authorAndrew Bartlett <abartlet@samba.org>
Thu, 27 Oct 2005 10:44:41 +0000 (10:44 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:45:19 +0000 (13:45 -0500)
Andrew Bartlett
(This used to be commit 81f020d3a4982842b770b9eeb82851cf2cd35fe2)

source4/kdc/pac-glue.c

index 47cd31583e1a349e882033fa2cfac9a669cf2edc..ae306b4062e7e1677926f1f677fa14cb6d27c71f 100644 (file)
@@ -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;
        }