The Samba-Bugzilla – Attachment 5906 Details for
Bug 7280
config backend = registry; printers not shown
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for 3.4
v3-4-patch (text/plain), 631 bytes, created by
Jim McDonough
on 2010-08-16 13:53:26 UTC
(
hide
)
Description:
Patch for 3.4
Filename:
MIME Type:
Creator:
Jim McDonough
Created:
2010-08-16 13:53:26 UTC
Size:
631 bytes
patch
obsolete
>commit f57d38b02d1899b89a2c19892a571de145663540 >Author: Jim McDonough <jmcd@samba.org> >Date: Mon Aug 16 14:07:44 2010 -0400 > > s3-printing: fix BUG 7280 - auto printers not loading with registry > config > >diff --git a/source3/printing/load.c b/source3/printing/load.c >index fc21f27..874f7f2 100644 >--- a/source3/printing/load.c >+++ b/source3/printing/load.c >@@ -31,6 +31,10 @@ static void add_auto_printers(void) > char *saveptr; > > if (pnum < 0) >+ if (process_registry_service(PRINTERS_NAME)) >+ pnum = lp_servicenumber(PRINTERS_NAME); >+ >+ if (pnum < 0) > return; > > if ((str = SMB_STRDUP(lp_auto_services())) == NULL)
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:
obnox
:
review+
Actions:
View
Attachments on
bug 7280
:
5905
| 5906