mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
parent
caf5a36b68
commit
8dd5ba8ced
@ -453,7 +453,7 @@ BOOL prs_align_uint16(prs_struct *ps)
|
||||
uint8 old_align = ps->align;
|
||||
|
||||
ps->align = 2;
|
||||
ret = prs_align(ps)
|
||||
ret = prs_align(ps);
|
||||
ps->align = old_align;
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user