- (re)take maintainership - Add patch to fix "Failed to install service" issue occurs in recent windows (see http://community.zenoss.org/message/48714) - Make python bindings optional. it's mainly used in ZENOSS internally and should be optional. PR: 192853 Submitted by: KIKUCHI Koichiro
11 lines
526 B
C
11 lines
526 B
C
--- Samba/source/winexe/service.c.orig 2012-11-06 19:39:54.144961557 +0900
|
|
+++ Samba/source/winexe/service.c 2012-11-06 19:37:01.500708620 +0900
|
|
@@ -15,7 +15,7 @@
|
|
#define SERVICE_DEMAND_START (0x00000003)
|
|
#define SERVICE_ERROR_NORMAL (0x00000001)
|
|
#define SERVICE_CONTROL_STOP (0x00000001)
|
|
-#define NT_STATUS_SERVICE_DOES_NOT_EXIST NT_STATUS(0xc0000424)
|
|
+#define NT_STATUS_SERVICE_DOES_NOT_EXIST NT_STATUS(0x00000424)
|
|
#include "system/filesys.h"
|
|
#include "libcli/libcli.h"
|
|
#include "libcli/smb_composite/smb_composite.h"
|