summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm b/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
index a680d5ce9a4..c87d17a5a78 100644
--- a/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
+++ b/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
@@ -252,7 +252,7 @@ sub ParseInterface($)
pidl "";
pidl "/* Tables */";
- pidl "static struct api_struct api_$if->{NAME}_cmds[] = ";
+ pidl "static const struct api_struct api_$if->{NAME}_cmds[] = ";
pidl "{";
indent;