svn rev #22384: trunk/src/appl/bsd/

raeburn@MIT.EDU raeburn at MIT.EDU
Mon May 25 17:48:49 EDT 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=22384
Commit By: raeburn
Log Message:
On error getting forwarded creds, actually print out the error.


Changed Files:
U   trunk/src/appl/bsd/kcmd.c
Modified: trunk/src/appl/bsd/kcmd.c
===================================================================
--- trunk/src/appl/bsd/kcmd.c	2009-05-25 21:37:02 UTC (rev 22383)
+++ trunk/src/appl/bsd/kcmd.c	2009-05-25 21:48:49 UTC (rev 22384)
@@ -551,7 +551,8 @@
 				    0, options & OPTS_FORWARDABLE_CREDS,
 				    &outbuf);
 	if (status) {
-	    fprintf(stderr, "kcmd: Error getting forwarded creds\n");
+	    fprintf(stderr, "kcmd: Error getting forwarded creds: %s\n",
+		    error_message(status));
 	    goto bad2;
 	}
 




More information about the cvs-krb5 mailing list