The Samba-Bugzilla – Attachment 7838 Details for
Bug 9112
smbd.log is flooded by 'printer_list_get_printer: Failed to fetch record!'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
v3-6-test patch
0001-s3-smbd-Fix-flooding-the-logs-with-records-we-don-t-.patch (text/plain), 964 bytes, created by
Andreas Schneider
on 2012-08-28 12:19:02 UTC
(
hide
)
Description:
v3-6-test patch
Filename:
MIME Type:
Creator:
Andreas Schneider
Created:
2012-08-28 12:19:02 UTC
Size:
964 bytes
patch
obsolete
>From 25fc2107c673636a638e9e89ac54ddfe467d6ebd Mon Sep 17 00:00:00 2001 >From: Andreas Schneider <asn@samba.org> >Date: Tue, 28 Aug 2012 14:17:22 +0200 >Subject: [PATCH] s3-smbd: Fix flooding the logs with records we don't find in > pcap. > > >Signed-off-by: Andreas Schneider <asn@samba.org> >--- > source3/smbd/server_reload.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/source3/smbd/server_reload.c b/source3/smbd/server_reload.c >index fd6dc1a..b88d994 100644 >--- a/source3/smbd/server_reload.c >+++ b/source3/smbd/server_reload.c >@@ -80,7 +80,7 @@ void reload_printers(struct tevent_context *ev, > pname = lp_printername(snum); > > /* check printer, but avoid removing non-autoloaded printers */ >- if (!pcap_printername_ok(pname) && lp_autoloaded(snum)) { >+ if (lp_autoloaded(snum) && !pcap_printername_ok(pname)) { > DEBUG(3, ("removing stale printer %s\n", pname)); > > if (is_printer_published(session_info, session_info, >-- >1.7.11.5 >
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
Flags:
ddiss
:
review+
asn
:
review?
(
gd
)
Actions:
View
Attachments on
bug 9112
:
7808
|
7836
| 7838 |
7897
|
7909
|
7910