svn rev #21535: branches/mskrb-integ/src/lib/gssapi/mechglue/
lhoward@MIT.EDU
lhoward at MIT.EDU
Thu Dec 18 01:23:35 EST 2008
http://src.mit.edu/fisheye/changelog/krb5/?cs=21535
Commit By: lhoward
Log Message:
indent cleanup
Changed Files:
U branches/mskrb-integ/src/lib/gssapi/mechglue/g_acquire_cred.c
Modified: branches/mskrb-integ/src/lib/gssapi/mechglue/g_acquire_cred.c
===================================================================
--- branches/mskrb-integ/src/lib/gssapi/mechglue/g_acquire_cred.c 2008-12-18 06:22:10 UTC (rev 21534)
+++ branches/mskrb-integ/src/lib/gssapi/mechglue/g_acquire_cred.c 2008-12-18 06:23:34 UTC (rev 21535)
@@ -381,8 +381,8 @@
internal_name = union_name->mech_name;
else {
if (gssint_import_internal_name(minor_status,
- &mech->mech_type, union_name,
- &allocated_name) != GSS_S_COMPLETE)
+ &mech->mech_type, union_name,
+ &allocated_name) != GSS_S_COMPLETE)
return (GSS_S_BAD_NAME);
internal_name = allocated_name;
}
More information about the cvs-krb5
mailing list