1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

r4509: Add missing cr.

(This used to be commit 60f266bf6a30eee485c4f498569201ac50f85120)
This commit is contained in:
Tim Potter 2005-01-03 23:28:45 +00:00 committed by Gerald (Jerry) Carter
parent 4dd48e95cd
commit ed1634c684

View File

@ -551,7 +551,7 @@ sub ParseElementPullScalar($$$)
pidl "\tif (_ptr_$e->{NAME}) {\n";
pidl "\t\tNDR_ALLOC(ndr, $var_prefix$e->{NAME});\n";
if (util::has_property($e, "relative")) {
pidl "\t\tNDR_CHECK(ndr_pull_relative1(ndr, $var_prefix$e->{NAME}, _ptr_$e->{NAME}));";
pidl "\t\tNDR_CHECK(ndr_pull_relative1(ndr, $var_prefix$e->{NAME}, _ptr_$e->{NAME}));\n";
}
pidl "\t} else {\n";
pidl "\t\t$var_prefix$e->{NAME} = NULL;\n";