diff options
author | Günther Deschner <gd@samba.org> | 2008-01-17 10:20:50 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-01-17 16:54:46 +0100 |
commit | a2b0e355e5cd8d0799ef77988e08ac7776e1cc92 (patch) | |
tree | 62f4e50ad4c2e1a3dcad8eed92a4a7169548098c /source3/librpc/gen_ndr/ndr_netlogon.c | |
parent | 89759b1d03d735e00b80b186390c284eb3b95ff6 (diff) | |
download | samba-a2b0e355e5cd8d0799ef77988e08ac7776e1cc92.tar.gz samba-a2b0e355e5cd8d0799ef77988e08ac7776e1cc92.tar.bz2 samba-a2b0e355e5cd8d0799ef77988e08ac7776e1cc92.zip |
Re-run make idl to regnerated netlogon.
Guenther
(This used to be commit 0230284cfa83477ad5a084a7970db1ea0cfe8563)
Diffstat (limited to 'source3/librpc/gen_ndr/ndr_netlogon.c')
-rw-r--r-- | source3/librpc/gen_ndr/ndr_netlogon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/ndr_netlogon.c b/source3/librpc/gen_ndr/ndr_netlogon.c index 1ceca9d8d4..8a5ac4726f 100644 --- a/source3/librpc/gen_ndr/ndr_netlogon.c +++ b/source3/librpc/gen_ndr/ndr_netlogon.c @@ -965,6 +965,7 @@ _PUBLIC_ void ndr_print_netr_UserFlags(struct ndr_print *ndr, const char *name, ndr_print_bitmap_flag(ndr, sizeof(uint32_t), "NETLOGON_NTLMV2_ENABLED", NETLOGON_NTLMV2_ENABLED, r); ndr_print_bitmap_flag(ndr, sizeof(uint32_t), "NETLOGON_RESOURCE_GROUPS", NETLOGON_RESOURCE_GROUPS, r); ndr_print_bitmap_flag(ndr, sizeof(uint32_t), "NETLOGON_PROFILE_PATH_RETURNED", NETLOGON_PROFILE_PATH_RETURNED, r); + ndr_print_bitmap_flag(ndr, sizeof(uint32_t), "NETLOGON_GRACE_LOGON", NETLOGON_GRACE_LOGON, r); ndr->depth--; } |