A tiny 2 char diffrence that make the code work for real.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19783 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -270,7 +270,7 @@ krb5_pac_add_buffer(krb5_context context, struct krb5_pac *p,
|
||||
for (i = 0; i < len; i++)
|
||||
p->pac->buffers[i].offset_lo += PAC_INFO_BUFFER_SIZE;
|
||||
|
||||
offset = data->length + PAC_INFO_BUFFER_SIZE;
|
||||
offset = p->data.length + PAC_INFO_BUFFER_SIZE;
|
||||
|
||||
p->pac->buffers[len - 1].type = type;
|
||||
p->pac->buffers[len - 1].buffersize = data->length;
|
||||
|
Reference in New Issue
Block a user