mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
Typo...
Jeremy.
This commit is contained in:
parent
374182a9ba
commit
4ed134426d
@ -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