svn commit: samba r5223 - in branches/SAMBA_4_0/source/build/pidl: .

tpot at samba.org tpot at samba.org
Fri Feb 4 06:28:50 GMT 2005


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;



More information about the samba-cvs mailing list