Author: tpot
Date: 2005-02-04 06:28:50 +0000 (Fri, 04 Feb 2005)
New Revision: 5223

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=5223

Log:
Rename dom_sid2 to dom_sid as we don't care about the difference
for the swig wrappers.

Modified:
   branches/SAMBA_4_0/source/build/pidl/swig.pm


Changeset:
Modified: branches/SAMBA_4_0/source/build/pidl/swig.pm
===================================================================
--- branches/SAMBA_4_0/source/build/pidl/swig.pm        2005-02-04 05:13:46 UTC 
(rev 5222)
+++ branches/SAMBA_4_0/source/build/pidl/swig.pm        2005-02-04 06:28:50 UTC 
(rev 5223)
@@ -704,6 +704,11 @@
    
     while(<IN>) {
 
+       # Rename dom_sid2 to dom_sid as we don't care about the difference
+       # for the swig wrappers.
+
+       s/dom_sid2/dom_sid/g;
+
        # Copy structure definitions
 
        if (/^struct .*? {$/ .. /^\};$/) {
@@ -742,5 +747,4 @@
     close(OUT);   
 }
 
-
 1;

Reply via email to