]> git.pld-linux.org Git - packages/samba4.git/commitdiff
- disable unused code with a bug
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 26 Jan 2010 22:30:47 +0000 (22:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  see: https://bugzilla.samba.org/show_bug.cgi?id=7030

Changed files:
    samba-disable-unused.patch -> 1.1

samba-disable-unused.patch [new file with mode: 0644]

diff --git a/samba-disable-unused.patch b/samba-disable-unused.patch
new file mode 100644 (file)
index 0000000..e73f56c
--- /dev/null
@@ -0,0 +1,18 @@
+--- samba-3.4.5/source4/torture/rpc/spoolss.c~ 2010-01-18 12:38:09.000000000 +0100
++++ samba-3.4.5/source4/torture/rpc/spoolss.c  2010-01-26 17:03:53.363835346 +0100
+@@ -2087,6 +2087,7 @@
+       return true;
+ }
++#if 0
+ bool test_printer_keys(struct torture_context *tctx,
+                      struct dcerpc_pipe *p,
+                      struct policy_handle *handle)
+@@ -2144,6 +2145,7 @@
+       return true;
+ }
++#endif
+ bool torture_rpc_spoolss(struct torture_context *torture)
+ {
This page took 0.035036 seconds and 4 git commands to generate.