svn rev #22186: trunk/src/kdc/

epeisach@MIT.EDU epeisach at MIT.EDU
Thu Apr 9 07:53:28 EDT 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=22186
Commit By: epeisach
Log Message:
ticket: 6450
subject: kdc: handle_referral_params does not return ENOMEM errors
tags: pullup

retval was set but never returned.




Changed Files:
U   trunk/src/kdc/main.c
Modified: trunk/src/kdc/main.c
===================================================================
--- trunk/src/kdc/main.c	2009-04-08 16:39:33 UTC (rev 22185)
+++ trunk/src/kdc/main.c	2009-04-09 11:53:27 UTC (rev 22186)
@@ -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