1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

pidl/Python: use has_property($d, "noopnum") helper function

metze
This commit is contained in:
Stefan Metzmacher 2010-09-21 03:10:10 +02:00
parent 65c5278f4d
commit a73a2abb3a

View File

@ -655,7 +655,7 @@ sub Interface($$$)
my @fns = ();
foreach my $d (@{$interface->{FUNCTIONS}}) {
next if not defined($d->{OPNUM});
next if has_property($d, "noopnum");
next if has_property($d, "nopython");
next if has_property($d, "todo");