s3: re-run make samba3-idl.
authorGünther Deschner <gd@samba.org>
Mon, 6 Apr 2009 23:12:34 +0000 (01:12 +0200)
committerGünther Deschner <gd@samba.org>
Mon, 6 Apr 2009 23:16:59 +0000 (01:16 +0200)
Guenther

librpc/gen_ndr/ndr_svcctl.c
librpc/gen_ndr/svcctl.h

index 6101b7da87d54a734caef68dd727cce8372d3c1c..3dd61b26c5b2d5aae419052b6b3cf0dd2c551f41 100644 (file)
@@ -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);
index 6ba0e4f3785ef8cc2f40a1c192c7e51466bedc77..16d482139c4c9d87c41046d997f8b3922591c552 100644 (file)
@@ -9,6 +9,7 @@
 #ifndef _HEADER_svcctl
 #define _HEADER_svcctl
 
+#define SVCCTL_ACCEPT_NONE     ( 0x00000000 )
 #define SERVICE_TYPE_KERNEL_DRIVER     ( 0x01 )
 #define SERVICE_TYPE_FS_DRIVER ( 0x02 )
 #define SERVICE_TYPE_ADAPTER   ( 0x04 )
@@ -59,7 +60,6 @@ enum svcctl_ServiceStatus
 ;
 
 /* bitmap svcctl_ControlsAccepted */
-#define SVCCTL_ACCEPT_NONE ( 0x00000000 )
 #define SVCCTL_ACCEPT_STOP ( 0x00000001 )
 #define SVCCTL_ACCEPT_PAUSE_CONTINUE ( 0x00000002 )
 #define SVCCTL_ACCEPT_SHUTDOWN ( 0x00000004 )