[SCM] Samba Shared Repository - branch master updated - 9c193b2919885b3cb9de19c6a29374ca9cfff3ab

Jelmer Vernooij jelmer at samba.org
Wed Sep 17 14:44:52 GMT 2008


The branch, master has been updated
       via  9c193b2919885b3cb9de19c6a29374ca9cfff3ab (commit)
      from  26c4f91403eb94db64e714afe18b8f5b3d02c94e (commit)

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


- Log -----------------------------------------------------------------
commit 9c193b2919885b3cb9de19c6a29374ca9cfff3ab
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Wed Sep 17 16:44:02 2008 +0200

    Fix warning.

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

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


Changeset truncated at 500 lines:

diff --git a/source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm b/source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
index 0a6360f..fb73075 100644
--- a/source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+++ b/source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
@@ -2228,7 +2228,7 @@ sub AuthServiceStruct($$$)
 sub FunctionCallEntry($$)
 {
 	my ($self, $d) = @_;
-	next if not defined($d->{OPNUM});
+	return if not defined($d->{OPNUM});
 	$self->pidl("\t{");
 	$self->pidl("\t\t\"$d->{NAME}\",");
 	$self->pidl("\t\tsizeof(struct $d->{NAME}),");


-- 
Samba Shared Repository


More information about the samba-cvs mailing list