The Samba-Bugzilla – Attachment 8956 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]
v3-6-test patch
0001-When-message-type-is-drvupgrade-MSG_DEBUG-should-be-.patch (text/plain), 876 bytes, created by
Andreas Schneider
on 2013-06-10 15:12:24 UTC
(
hide
)
Description:
v3-6-test patch
Filename:
MIME Type:
Creator:
Andreas Schneider
Created:
2013-06-10 15:12:24 UTC
Size:
876 bytes
patch
obsolete
>From b76750945ad100a23ebeef8099d61f171a09f654 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 2759136..acf963b 100644 >--- a/source3/utils/smbcontrol.c >+++ b/source3/utils/smbcontrol.c >@@ -936,7 +936,7 @@ static bool do_drvupgrade(struct messaging_context *msg_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