The branch, v4-0-test has been updated
       via  3c191981436ab3f7dd166a87875ffbac127fbdf5 (commit)
      from  9781967542b00c279563d435aec72dac1e8c7e9a (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit 3c191981436ab3f7dd166a87875ffbac127fbdf5
Author: Stefan Metzmacher <[EMAIL PROTECTED]>
Date:   Fri Feb 1 18:20:32 2008 +0100

    pidl: cosmetic fix to use the same value everywhere
    
    metze

-----------------------------------------------------------------------

Summary of changes:
 source/pidl/lib/Parse/Pidl/NDR.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/pidl/lib/Parse/Pidl/NDR.pm 
b/source/pidl/lib/Parse/Pidl/NDR.pm
index 5a34c5f..98e8f18 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';
                }
        }
 }


-- 
Samba Shared Repository

Reply via email to