mirror of
https://github.com/samba-team/samba.git
synced 2025-02-08 05:57:51 +03:00
r5044: fix pidl--swig
metze (This used to be commit 030bfd8d7feb16fd6d5117d17913b77b1468a507)
This commit is contained in:
parent
193d1c0b74
commit
f1279ff511
@ -214,7 +214,7 @@ $dcom
|
||||
my($filename) = $output;
|
||||
$filename =~ s/\/ndr_/\//;
|
||||
$filename = util::ChangeExtension($filename, ".i");
|
||||
util::FileSave($pidl, IdlSwig::Parse($pidl));
|
||||
util::FileSave($filename, IdlSwig::Parse($pidl));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user