aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/samba36/patches/300-assert_debug_level.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/services/samba36/patches/300-assert_debug_level.patch')
-rw-r--r--package/network/services/samba36/patches/300-assert_debug_level.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/network/services/samba36/patches/300-assert_debug_level.patch b/package/network/services/samba36/patches/300-assert_debug_level.patch
deleted file mode 100644
index c5b07168c6..0000000000
--- a/package/network/services/samba36/patches/300-assert_debug_level.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/lib/util/util.h
-+++ b/lib/util/util.h
-@@ -53,7 +53,7 @@ extern const char *panic_action;
- #else
- /* redefine the assert macro for non-developer builds */
- #define SMB_ASSERT(b) do { if (!(b)) { \
-- DEBUG(0,("PANIC: assert failed at %s(%d): %s\n", \
-+ DEBUG(3,("PANIC: assert failed at %s(%d): %s\n", \
- __FILE__, __LINE__, #b)); }} while (0)
- #endif
-