Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source4/script/mkproto.pl

    r414 r740  
    129129        my ($file,$line) = @_;
    130130
    131         if ($line =~ /^_PUBLIC_ FN_(GLOBAL|LOCAL)_(CONST_STRING|STRING|BOOL|bool|CHAR|INTEGER|LIST)\((\w+),.*\)/o) {
     131        if ($line =~ /^FN_(GLOBAL|LOCAL)_(CONST_STRING|STRING|BOOL|bool|CHAR|INTEGER|LIST)\((\w+),.*\)/o) {
    132132                my $scope = $1;
    133133                my $type = $2;
     
    148148                            );
    149149
    150                 $file->("$tmap{$type}$name($smap{$scope});\n");
     150                $file->("$tmap{$type}lpcfg_$name($smap{$scope});\n");
    151151        }
    152152}
     
    191191                next if ($line =~ /^\/|[;]/);
    192192
    193                 if ($line =~ /^_PUBLIC_ FN_/) {
     193                if ($line =~ /^FN_/) {
    194194                        handle_loadparm($public_file, $line);
    195195                        handle_loadparm($private_file, $line);
Note: See TracChangeset for help on using the changeset viewer.