gss: Fix warnings
This commit is contained in:
@@ -133,7 +133,7 @@ _gss_import_export_name(OM_uint32 *minor_status,
|
||||
len -= t;
|
||||
|
||||
t = (p[0] << 24) | (p[1] << 16) | (p[2] << 8) | p[3];
|
||||
p += 4;
|
||||
/* p += 4; // we're done using `p' now */
|
||||
len -= 4;
|
||||
|
||||
if (len != t)
|
||||
|
Reference in New Issue
Block a user