summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/ndr_svcctl.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-04-07 01:12:34 +0200
committerGünther Deschner <gd@samba.org>2009-04-07 01:16:59 +0200
commiteeddbb6f8466d285fd103a3a4da9ebf5afbcb613 (patch)
treec2a6926c42dd638cfe9cc6a355d96f46991c9baf /librpc/gen_ndr/ndr_svcctl.c
parent557f38326badcd8e1d2338f76c5717e16ae7a7d3 (diff)
downloadsamba-eeddbb6f8466d285fd103a3a4da9ebf5afbcb613.tar.gz
samba-eeddbb6f8466d285fd103a3a4da9ebf5afbcb613.tar.bz2
samba-eeddbb6f8466d285fd103a3a4da9ebf5afbcb613.zip
s3: re-run make samba3-idl.
Guenther
Diffstat (limited to 'librpc/gen_ndr/ndr_svcctl.c')
-rw-r--r--librpc/gen_ndr/ndr_svcctl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/librpc/gen_ndr/ndr_svcctl.c b/librpc/gen_ndr/ndr_svcctl.c
index 6101b7da87..3dd61b26c5 100644
--- a/librpc/gen_ndr/ndr_svcctl.c
+++ b/librpc/gen_ndr/ndr_svcctl.c
@@ -120,7 +120,6 @@ _PUBLIC_ void ndr_print_svcctl_ControlsAccepted(struct ndr_print *ndr, const cha
{
ndr_print_uint32(ndr, name, r);
ndr->depth++;
- ndr_print_bitmap_flag(ndr, sizeof(uint32_t), "SVCCTL_ACCEPT_NONE", SVCCTL_ACCEPT_NONE, r);
ndr_print_bitmap_flag(ndr, sizeof(uint32_t), "SVCCTL_ACCEPT_STOP", SVCCTL_ACCEPT_STOP, r);
ndr_print_bitmap_flag(ndr, sizeof(uint32_t), "SVCCTL_ACCEPT_PAUSE_CONTINUE", SVCCTL_ACCEPT_PAUSE_CONTINUE, r);
ndr_print_bitmap_flag(ndr, sizeof(uint32_t), "SVCCTL_ACCEPT_SHUTDOWN", SVCCTL_ACCEPT_SHUTDOWN, r);