Null out DEBUG statements for now
authorThomas Hood <jdthood@gmail.com>
Tue, 27 Sep 2011 11:30:54 +0000 (13:30 +0200)
committerThomas Hood <jdthood@gmail.com>
Tue, 27 Sep 2011 11:30:54 +0000 (13:30 +0200)
source/async.c
source/svcinstall.c
source/winexe.c

index d38128296e34887453c2123b08afea03a1eb2f8a..c59b37fceaa3480ca05aeac9bdfce93c925f9d4b 100644 (file)
@@ -20,6 +20,8 @@
 #include <samba-4.0/util/data_blob.h>
 #include <samba-4.0/util/time.h>
 #include <samba-4.0/smb_cliraw.h>
+#define DEBUG(x,y)
+#define DEBUGLVL(x)
 #endif
 
 #include "async.h"
index 9b3190238832dfdc0c0d71f12dda4ebc148c9a93..52caafd4336d55e20c80c6ce25f453a7c21c8552 100644 (file)
@@ -35,6 +35,8 @@
 #include "libcli/resolve/lp_proto.h"
 #include "libcli/libcli.h"
 #include "libcli/smb_composite/smb_composite.h"
+#define DEBUG(x,y)
+#define DEBUGLVL(x)
 #endif
 
 #include "svcinstall.h"
index 18a91c8f62751a27c17f44b20fcf4478104464fe..2dc0a7d5a3e56bb1bbd557f5cd9fb27049e98557 100644 (file)
@@ -41,6 +41,8 @@
 #include "libcli/resolve/lp_proto.h"
 #include "libcli/libcli.h"
 #define TEVENT_CONTEXT_INIT tevent_context_init
+#define DEBUG(x,y)
+#define DEBUGLVL(x)
 #endif
 
 #include "async.h"