The Samba-Bugzilla – Attachment 8955 Details for
Bug 9941
Fix a bug of drvupgrade of smbcontrol
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
v4-0-test patch
0001-When-message-type-is-drvupgrade-MSG_DEBUG-should-be-.patch (text/plain), 872 bytes, created by
Andreas Schneider
on 2013-06-10 15:11:28 UTC
(
hide
)
Description:
v4-0-test patch
Filename:
MIME Type:
Creator:
Andreas Schneider
Created:
2013-06-10 15:11:28 UTC
Size:
872 bytes
patch
obsolete
>From b78a186338bd46f0d5b665fc2f98b444ab658e42 Mon Sep 17 00:00:00 2001 >From: Peng Haitao <penght@cn.fujitsu.com> >Date: Wed, 22 May 2013 14:03:13 -0700 >Subject: [PATCH] When message-type is drvupgrade, MSG_DEBUG should be replaced > with MSG_PRINTER_DRVUPGRADE. > >Reviewed-by: Jeremy Allison <jra@samba.org> >Reviewed-by: Michael Adam <obnox@samba.org> >--- > source3/utils/smbcontrol.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/source3/utils/smbcontrol.c b/source3/utils/smbcontrol.c >index 900ae9a..a522782 100644 >--- a/source3/utils/smbcontrol.c >+++ b/source3/utils/smbcontrol.c >@@ -926,7 +926,7 @@ static bool do_drvupgrade(struct tevent_context *ev_ctx, > return False; > } > >- return send_message(msg_ctx, pid, MSG_DEBUG, argv[1], >+ return send_message(msg_ctx, pid, MSG_PRINTER_DRVUPGRADE, argv[1], > strlen(argv[1]) + 1); > } > >-- >1.8.3 >
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:
jra
:
review+
gd
:
review+
Actions:
View
Attachments on
bug 9941
: 8955 |
8956