1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00

fix _ptr_ declaration

(This used to be commit 5fed4681ed)
This commit is contained in:
Andrew Tridgell 2003-12-14 08:44:38 +00:00
parent 089ae5e435
commit e2898c098f

View File

@ -770,8 +770,6 @@ sub ParseStructPull($)
return;
}
start_flags($struct);
# see if the structure contains a conformant array. If it
# does, then it must be the last element of the structure, and
# we need to pull the conformant length early, as it fits on
@ -792,6 +790,8 @@ sub ParseStructPull($)
}
}
start_flags($struct);
pidl "\tif (!(ndr_flags & NDR_SCALARS)) goto buffers;\n";
pidl "\tNDR_CHECK(ndr_pull_struct_start(ndr));\n";