STEP01x: pidl: add missing colon.
authorGünther Deschner <gd@samba.org>
Wed, 22 Jul 2015 16:18:46 +0000 (18:18 +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 0a4b8401c7992b7c43560daed7a89d4e2d060d96..78a22e4602f6a9d83667ac9bd0d5e6d312d9bb82 100644 (file)
@@ -60,7 +60,7 @@ sub ParseFunctionSend($$)
        pidl "\t\t\t\t\tstruct $fn->{NAME} *r)";
        pidl "{";
        indent;
-       pidl "struct tevent_req *req";
+       pidl "struct tevent_req *req;";
        pidl "struct ${fnprefix}_state *state;";
        pidl "struct pipes_struct *p;";
        pidl "";