Ignore:
Timestamp:
Jun 9, 2016, 2:17:22 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: apply latest security patches to vendor

Location:
vendor/current/pidl/lib/Parse/Pidl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/pidl/lib/Parse/Pidl/ODL.pm

    r414 r919  
    7171                                }
    7272                                my $podl = Parse::Pidl::IDL::parse_file($idl_path, $opt_incdirs);
    73                                 if (defined(@$podl)) {
     73                                if (defined($podl)) {
    7474                                        require Parse::Pidl::Typelist;
    7575                                        my $basename = basename($idl_path, ".idl");
  • vendor/current/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm

    r917 r919  
    184184
    185185        pidl "";
    186         pidl "if (p->rng_fault_state) {";
     186        pidl "if (p->fault_state) {";
    187187        pidl "\ttalloc_free(r);";
    188188        pidl "\t/* Return true here, srv_pipe_hnd.c will take care */";
Note: See TracChangeset for help on using the changeset viewer.