r9423: Fix a typo.
authorTim Potter <tpot@samba.org>
Sat, 20 Aug 2005 09:54:56 +0000 (09:54 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:33:38 +0000 (13:33 -0500)
(This used to be commit d971da4b1d1f21925f95b9c000f32a88f55b5da0)

source4/build/pidl/Parse/Pidl/Ethereal/NDR.pm

index 070297fb0464042031cecfa6511906f3a7658f59..6ca40e34965df6589cd9f80e5bf8d6385c7e69ae 100644 (file)
@@ -260,7 +260,7 @@ sub ElementLevel($$$$$)
                        } 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;