From: Stefan Metzmacher Date: Fri, 1 Feb 2008 17:20:32 +0000 (+0100) Subject: pidl: cosmetic fix to use the same value everywhere X-Git-Tag: samba-4.0.0alpha3~429^2~10 X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=commitdiff_plain;h=3c191981436ab3f7dd166a87875ffbac127fbdf5 pidl: cosmetic fix to use the same value everywhere metze --- diff --git a/source/pidl/lib/Parse/Pidl/NDR.pm b/source/pidl/lib/Parse/Pidl/NDR.pm index 5a34c5f94f6..98e8f183a2b 100644 --- a/source/pidl/lib/Parse/Pidl/NDR.pm +++ b/source/pidl/lib/Parse/Pidl/NDR.pm @@ -623,7 +623,7 @@ sub CheckPointerTypes($$) foreach my $e (@{$s->{ELEMENTS}}) { if ($e->{POINTERS} and not defined(pointer_type($e))) { - $e->{PROPERTIES}->{$default} = 1; + $e->{PROPERTIES}->{$default} = '1'; } } }