svn rev #22070: trunk/src/kdc/
tsitkova@MIT.EDU
tsitkova at MIT.EDU
Mon Mar 9 10:23:32 EDT 2009
http://src.mit.edu/fisheye/changelog/krb5/?cs=22070
Commit By: tsitkova
Log Message:
Removed unneeded printf's
Changed Files:
U trunk/src/kdc/do_tgs_req.c
Modified: trunk/src/kdc/do_tgs_req.c
===================================================================
--- trunk/src/kdc/do_tgs_req.c 2009-03-09 14:21:20 UTC (rev 22069)
+++ trunk/src/kdc/do_tgs_req.c 2009-03-09 14:23:31 UTC (rev 22070)
@@ -1124,12 +1124,10 @@
goto cleanup;
}
if (realms == 0) {
- printf(" (null)\n");
retval = KRB5KRB_AP_ERR_BADMATCH;
goto cleanup;
}
if (realms[0] == 0) {
- printf(" (none)\n");
free(realms);
retval = KRB5KRB_AP_ERR_BADMATCH;
goto cleanup;
More information about the cvs-krb5
mailing list