svn rev #22256: branches/krb5-1-7/src/kdc/
tlyu@MIT.EDU
tlyu at MIT.EDU
Wed Apr 15 16:07:51 EDT 2009
http://src.mit.edu/fisheye/changelog/krb5/?cs=22256
Commit By: tlyu
Log Message:
ticket: 6450
version_fixed: 1.7
pull up r22186 from trunk
------------------------------------------------------------------------
r22186 | epeisach | 2009-04-09 07:53:27 -0400 (Thu, 09 Apr 2009) | 7 lines
Changed paths:
M /trunk/src/kdc/main.c
ticket: 6450
subject: kdc: handle_referral_params does not return ENOMEM errors
tags: pullup
retval was set but never returned.
Changed Files:
U branches/krb5-1-7/src/kdc/main.c
Modified: branches/krb5-1-7/src/kdc/main.c
===================================================================
--- branches/krb5-1-7/src/kdc/main.c 2009-04-15 20:07:48 UTC (rev 22255)
+++ branches/krb5-1-7/src/kdc/main.c 2009-04-15 20:07:51 UTC (rev 22256)
@@ -252,7 +252,7 @@
rdp->realm_host_based_services = NULL;
}
- return 0;
+ return retval;
}
/*
* Initialize a realm control structure from the alternate profile or from
More information about the cvs-krb5
mailing list