Author: jra
Date: 2005-10-10 20:05:29 +0000 (Mon, 10 Oct 2005)
New Revision: 10880

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

Log:
Missed terminating ';', sorry.
Jeremy.

Modified:
   branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/Server.pm


Changeset:
Modified: branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/Server.pm
===================================================================
--- branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/Server.pm      
2005-10-10 20:03:34 UTC (rev 10879)
+++ branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/Server.pm      
2005-10-10 20:05:29 UTC (rev 10880)
@@ -36,8 +36,8 @@
        pidl "prs_struct *data = &p->in_data.data;";
        pidl "prs_struct *rdata = &p->out_data.rdata;";
        pidl "";
-       pidl "ZERO_STRUCT(q_u);"
-       pidl "ZERO_STRUCT(r_u);"
+       pidl "ZERO_STRUCT(q_u);";
+       pidl "ZERO_STRUCT(r_u);";
        pidl "";
        pidl "if (!$if->{NAME}_io_q_$fn->{NAME}(\"\", &q_u, data, 0))";
        pidl "\treturn False;";

Reply via email to