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

metze at samba.org metze at samba.org
Fri Apr 29 19:01:18 GMT 2005


Author: metze
Date: 2005-04-29 19:01:18 +0000 (Fri, 29 Apr 2005)
New Revision: 6517

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

Log:
this line should be removed in the last patch, (I readded it just for testing...)

metze

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


Changeset:
Modified: branches/SAMBA_4_0/source/build/pidl/typelist.pm
===================================================================
--- branches/SAMBA_4_0/source/build/pidl/typelist.pm	2005-04-29 18:31:39 UTC (rev 6516)
+++ branches/SAMBA_4_0/source/build/pidl/typelist.pm	2005-04-29 19:01:18 UTC (rev 6517)
@@ -223,8 +223,6 @@
 	my $e = shift;
 	my $dt;
 
-	return "const char *" if ($e->{TYPE} =~ "string");
-
 	if ($e->{TYPE} eq "ENUM" or $e->{TYPE} eq "BITMAP") {
 		$dt = getType($e->{PARENT}->{NAME});
 	}



More information about the samba-cvs mailing list