indent comment

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18208 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-02 21:18:42 +00:00
parent d9bdb35e27
commit 67b56ea02a

View File

@@ -634,9 +634,10 @@ acceptor_wait_for_dcestyle(OM_uint32 * minor_status,
} }
/* /*
* After the krb5_rd_rep() the remote and local seq_number should be the same, * After the krb5_rd_rep() the remote and local seq_number should
* because the client just replies the seq_number from our AP-REP in its AP-REP, * be the same, because the client just replies the seq_number
* but then the client uses the seq_number from its AP-REQ for GSS_wrap() * from our AP-REP in its AP-REP, but then the client uses the
* seq_number from its AP-REQ for GSS_wrap()
*/ */
{ {
int32_t tmp_r_seq_number, tmp_l_seq_number; int32_t tmp_r_seq_number, tmp_l_seq_number;