svn commit: samba r9423 - in branches/SAMBA_4_0/source/build/pidl/Parse/Pidl/Ethereal: .

tpot at samba.org tpot at samba.org
Sat Aug 20 09:54:56 GMT 2005


Author: tpot
Date: 2005-08-20 09:54:56 +0000 (Sat, 20 Aug 2005)
New Revision: 9423

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9423

Log:
Fix a typo.

Modified:
   branches/SAMBA_4_0/source/build/pidl/Parse/Pidl/Ethereal/NDR.pm


Changeset:
Modified: branches/SAMBA_4_0/source/build/pidl/Parse/Pidl/Ethereal/NDR.pm
===================================================================
--- branches/SAMBA_4_0/source/build/pidl/Parse/Pidl/Ethereal/NDR.pm	2005-08-20 08:30:41 UTC (rev 9422)
+++ branches/SAMBA_4_0/source/build/pidl/Parse/Pidl/Ethereal/NDR.pm	2005-08-20 09:54:56 UTC (rev 9423)
@@ -260,7 +260,7 @@
 			} elsif (property_matches($e, "flag", ".*LIBNDR_FLAG_STR_SIZE4.*")) {
 				pidl_code "offset=dissect_ndr_vstring(tvb,offset,pinfo,tree,drep,$bs,$hf,FALSE,NULL);";
 			} else {
-				warn("Unable to handle string with flags $e->{PROPERTIES}->{flags}");
+				warn("Unable to handle string with flags $e->{PROPERTIES}->{flag}");
 			}
 		} else {
 			my $call;



More information about the samba-cvs mailing list