diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-11 07:57:08 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-11 07:57:08 +0000 |
commit | 8830a20bce4bde93aef2752c1e87aca428169d0a (patch) | |
tree | 29e4c213e3a64832e832d8c5290e0f6b18aba8ad /source4/librpc/ndr/libndr.h | |
parent | 5475c9f9785e11638bc5ec47aa84a169b0284bbb (diff) | |
download | samba-8830a20bce4bde93aef2752c1e87aca428169d0a.tar.gz samba-8830a20bce4bde93aef2752c1e87aca428169d0a.tar.bz2 samba-8830a20bce4bde93aef2752c1e87aca428169d0a.zip |
added 9 more info levels to lsa_QueryInfoPolicy
(This used to be commit b2ced24fc0be4944dd96f160e435f4c6773debcd)
Diffstat (limited to 'source4/librpc/ndr/libndr.h')
-rw-r--r-- | source4/librpc/ndr/libndr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/librpc/ndr/libndr.h b/source4/librpc/ndr/libndr.h index f695dcff59..d6d2655ef8 100644 --- a/source4/librpc/ndr/libndr.h +++ b/source4/librpc/ndr/libndr.h @@ -75,7 +75,6 @@ struct ndr_print { #define NDR_PRINT_UNION_DEBUG(type, level, p) ndr_print_union_debug((ndr_print_union_fn_t)ndr_print_ ##type, #p, level, p) - /* flags passed to control parse flow */ |