svn rev #25484: trunk/src/lib/krb5/krb/

ghudson@MIT.EDU ghudson at MIT.EDU
Tue Nov 22 12:48:29 EST 2011


http://src.mit.edu/fisheye/changelog/krb5/?cs=25484
Commit By: ghudson
Log Message:
ticket: 7023

Fix compile error in previous change

A last-minute code editing mistake crept into the previous commit; fix
it.


Changed Files:
U   trunk/src/lib/krb5/krb/fast.c
Modified: trunk/src/lib/krb5/krb/fast.c
===================================================================
--- trunk/src/lib/krb5/krb/fast.c	2011-11-21 21:14:39 UTC (rev 25483)
+++ trunk/src/lib/krb5/krb/fast.c	2011-11-22 17:48:29 UTC (rev 25484)
@@ -433,7 +433,6 @@
                 *out_padata = (krb5_pa_data **)tdata;
             retval = 0;
         }
-        *out_padata = padata;
     }
     return retval;
 }




More information about the cvs-krb5 mailing list