summaryrefslogtreecommitdiff
path: root/librpc/idl/preg.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-12-20 17:23:22 +0100
committerAndreas Schneider <asn@samba.org>2014-01-07 16:59:39 +0100
commitf1685427ed26da39e3d4ad5be7406c61d7cd1179 (patch)
tree65d5fe9f00a36dcb683eee00c2b143cc1ccd2b8a /librpc/idl/preg.idl
parent88a0c401fce6fb3cde13b532a5a9972f40876421 (diff)
downloadsamba-f1685427ed26da39e3d4ad5be7406c61d7cd1179.tar.gz
libgpo: when running in verbose mode, printout the parsed PReg file.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'librpc/idl/preg.idl')
-rw-r--r--librpc/idl/preg.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/preg.idl b/librpc/idl/preg.idl
index 6738f614b41..6a98a823cd1 100644
--- a/librpc/idl/preg.idl
+++ b/librpc/idl/preg.idl
@@ -17,7 +17,7 @@ import "misc.idl";
]
interface preg
{
- typedef [public] struct {
+ typedef [public,flag(NDR_PAHEX)] struct {
[charset(DOS),value("["),noprint] uint8 _opening_bracket[2];
nstring keyname;
[charset(DOS),value(";"),noprint] uint8 _sep1[2];