]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
debug re-imported name string
authorLuke Howard <lukeh@padl.com>
Sat, 29 Aug 2009 13:50:40 +0000 (13:50 +0000)
committerLuke Howard <lukeh@padl.com>
Sat, 29 Aug 2009 13:50:40 +0000 (13:50 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/users/lhoward/authdata@22655 dc483132-0cff-0310-8789-dd5450dbe970

src/tests/gssapi/t_namingexts.c

index d7db8c84700ad1c7e841e8f3a2cbd3dc0217aea7..aa75fbec37e33b7704cc0912df5e9abd2850810b 100644 (file)
@@ -231,6 +231,8 @@ testExportImportName(OM_uint32 *minor,
 
     gss_release_buffer(&tmp, &exported_name);
 
+    printf("\n");
+    displayCanonName(minor, imported_name, "Re-imported name");
     printf("Re-imported attributes:\n\n");
     major = enumerateAttributes(minor, imported_name, 0);