The Samba-Bugzilla – Attachment 837 Details for
Bug 2107
smbd processes take more and more memory on print server
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
invalid patch
samba-print-2107-fix.diff (text/plain), 1008 bytes, created by
Jim Delahanty
on 2004-12-10 20:44:46 UTC
(
hide
)
Description:
invalid patch
Filename:
MIME Type:
Creator:
Jim Delahanty
Created:
2004-12-10 20:44:46 UTC
Size:
1008 bytes
patch
obsolete
>diff -ruBb samba-3.0.9/source/lib/util_str.c samba-3.0.9-printfix/source/lib/util_str.c >--- samba-3.0.9/source/lib/util_str.c Fri Dec 10 21:26:08 2004 >+++ samba-3.0.9-printfix/source/lib/util_str.c Fri Dec 10 21:28:21 2004 >@@ -1334,7 +1334,7 @@ > > /* for correctness */ > if (!findstr[0]) { >- return src; >+ return (char *)src; > } > > /* Samba does single character findstr calls a *lot*. */ >diff -ruBb samba-3.0.9/source/printing/nt_printing.c samba-3.0.9-printfix/source/printing/nt_printing.c >--- samba-3.0.9/source/printing/nt_printing.c Mon Nov 15 21:03:15 2004 >+++ samba-3.0.9-printfix/source/printing/nt_printing.c Fri Dec 10 21:32:37 2004 >@@ -3121,7 +3121,7 @@ > > /* add the "PrinterDriverData" key first for performance reasons */ > >- add_new_printer_key( printer_data, SPOOL_PRINTERDATA_KEY ); >+ /* add_new_printer_key( printer_data, SPOOL_PRINTERDATA_KEY ); */ > > /* loop and unpack the rest of the registry values */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2107
:
823
|
824
|
827
|
837