r6517: this line should be removed in the last patch, (I readded it just for testing...)
authorStefan Metzmacher <metze@samba.org>
Fri, 29 Apr 2005 19:01:18 +0000 (19:01 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:16:21 +0000 (13:16 -0500)
metze

source/build/pidl/typelist.pm

index 32210c4dab7169ea58b01d9c02bc847374ab3914..d9d545f0609f03964e5ac901fb7be2d9cad85561 100644 (file)
@@ -223,8 +223,6 @@ sub mapType($)
        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});
        }