STEP01x: pidl: remove duplicate 'struct' keyword.
authorGünther Deschner <gd@samba.org>
Wed, 22 Jul 2015 16:23:58 +0000 (18:23 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 4 Jun 2019 10:58:04 +0000 (12:58 +0200)
Guenther

Pair-Programmed-With: Jose A. Rivera <jarrpa@samba.org>
Signed-off-by: Guenther Deschner <gd@samba.org>
pidl/lib/Parse/Pidl/Samba3/CompatServer.pm

index 2717f38d4a6acd0f5cadaf92c70b4baf1584d67b..48419967d621e785e417489b822e4cddbebb7b68 100644 (file)
@@ -150,7 +150,7 @@ sub ParseInterface($)
        }
 
        pidl "";
-       pidl "static const struct dcerpc_call_entry_point_fns struct _s3_compat_$if->{NAME}_fns[] = {";
+       pidl "static const struct dcerpc_call_entry_point_fns _s3_compat_$if->{NAME}_fns[] = {";
        indent;
 
        my $count = 0;