[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Mon Aug 9 11:39:52 MDT 2010


The branch, master has been updated
       via  a22989a... pidl:NDR: correctly handle no pointer bracket arrays with 'string'
      from  be39641... s3-winbind: Fix Bug #7568: Make sure cm_connect_lsa_tcp does not reset the secure channel.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit a22989a54afd411a8d038110c7df2c545b4121b7
Author: Stefan Metzmacher <metze at samba.org>
Date:   Mon Aug 9 19:38:30 2010 +0200

    pidl:NDR: correctly handle no pointer bracket arrays with 'string'
    
    metze

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

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


Changeset truncated at 500 lines:

diff --git a/pidl/lib/Parse/Pidl/NDR.pm b/pidl/lib/Parse/Pidl/NDR.pm
index 20f52bf..2358a25 100644
--- a/pidl/lib/Parse/Pidl/NDR.pm
+++ b/pidl/lib/Parse/Pidl/NDR.pm
@@ -125,7 +125,7 @@ sub GetElementLevelTable($$)
 		if ($d eq "*") {
 			$is_conformant = 1;
 			if ($size = shift @size_is) {
-				if (has_property($e, "string")) {
+				if ($e->{POINTERS} < 1 and has_property($e, "string")) {
 					$is_string = 1;
 					delete($e->{PROPERTIES}->{string});
 				}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list