Changeset 919 for vendor/current/pidl/lib
- Timestamp:
- Jun 9, 2016, 2:17:22 PM (9 years ago)
- Location:
- vendor/current/pidl/lib/Parse/Pidl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/pidl/lib/Parse/Pidl/ODL.pm
r414 r919 71 71 } 72 72 my $podl = Parse::Pidl::IDL::parse_file($idl_path, $opt_incdirs); 73 if (defined( @$podl)) {73 if (defined($podl)) { 74 74 require Parse::Pidl::Typelist; 75 75 my $basename = basename($idl_path, ".idl"); -
vendor/current/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
r917 r919 184 184 185 185 pidl ""; 186 pidl "if (p-> rng_fault_state) {";186 pidl "if (p->fault_state) {"; 187 187 pidl "\ttalloc_free(r);"; 188 188 pidl "\t/* Return true here, srv_pipe_hnd.c will take care */";
Note:
See TracChangeset
for help on using the changeset viewer.