dont increment p since its no longer used
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24854 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -231,7 +231,7 @@ setpw_send_request (krb5_context context,
|
||||
*p++ = 0xff;
|
||||
*p++ = 0x80;
|
||||
*p++ = (ap_req_data.length >> 8) & 0xFF;
|
||||
*p++ = (ap_req_data.length >> 0) & 0xFF;
|
||||
*p = (ap_req_data.length >> 0) & 0xFF;
|
||||
|
||||
memset(&msghdr, 0, sizeof(msghdr));
|
||||
msghdr.msg_name = NULL;
|
||||
|
Reference in New Issue
Block a user