[PATCH 2/3] s4: Fix typos

Matthieu Patou mat at matws.net
Wed Nov 18 15:41:15 MST 2009


---
 pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm b/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
index fbdb827..a9d7dac 100644
--- a/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+++ b/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
@@ -1055,10 +1055,10 @@ sub ParseElementPullLevel
 		if ($l->{POINTER_TYPE} ne "ref") {
 			if ($l->{POINTER_TYPE} eq "relative") {
 				$self->pidl("$ndr->offset = _relative_save_offset;");
-				$self->pidl("if ($ndr->offset > $ndr->relative_higest_offset) {");
+				$self->pidl("if ($ndr->offset > $ndr->relative_highest_offset) {");
 				$self->indent;
-				$self->pidl("$ndr->relative_higest_offset = $ndr->offset;");
-				$self->deident;
+				$self->pidl("$ndr->relative_highest_offset = $ndr->offset;");
+				$self->deindent;
 				$self->pidl("}");
 			}
 			$self->deindent;
-- 
1.6.3.3


--------------050004030801070604070402
Content-Type: text/x-patch;
 name="0003-NDR-add-regenerated-files.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="0003-NDR-add-regenerated-files.patch"



More information about the samba-technical mailing list