svn rev #24454: trunk/src/lib/krb5/krb/
ghudson@MIT.EDU
ghudson at MIT.EDU
Wed Oct 13 13:20:36 EDT 2010
http://src.mit.edu/fisheye/changelog/krb5/?cs=24454
Commit By: ghudson
Log Message:
Whitespace.
Changed Files:
U trunk/src/lib/krb5/krb/get_in_tkt.c
Modified: trunk/src/lib/krb5/krb/get_in_tkt.c
===================================================================
--- trunk/src/lib/krb5/krb/get_in_tkt.c 2010-10-13 01:19:20 UTC (rev 24453)
+++ trunk/src/lib/krb5/krb/get_in_tkt.c 2010-10-13 17:20:36 UTC (rev 24454)
@@ -823,10 +823,12 @@
ctx->start_time = start_time;
if (options == NULL) {
- /* We initialize a non-extended options because that way the shadowed
- flag will be sent and they will be freed when the init_creds context is
- freed. The options will be extended and copied off the stack into
- storage by opt_to_opte.*/
+ /*
+ * We initialize a non-extended options because that way the shadowed
+ * flag will be sent and they will be freed when the init_creds context
+ * is freed. The options will be extended and copied off the stack into
+ * storage by opt_to_opte.
+ */
krb5_get_init_creds_opt_init(&local_opts);
options = &local_opts;
}
@@ -1179,7 +1181,7 @@
goto cleanup;
cleanup:
- krb5_free_pa_data( context, ctx->request->padata);
+ krb5_free_pa_data(context, ctx->request->padata);
ctx->request->padata = NULL;
return code;
}
More information about the cvs-krb5
mailing list