[SCM] Samba Shared Repository - branch v3-6-test updated

Karolin Seeger kseeger at samba.org
Mon Jun 10 13:24:05 MDT 2013


The branch, v3-6-test has been updated
       via  242cc0b When message-type is drvupgrade, MSG_DEBUG should be replaced with MSG_PRINTER_DRVUPGRADE.
      from  b5243a5 check_parent_exists() can change errno. Ensure we preserve it across calls.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test


- Log -----------------------------------------------------------------
commit 242cc0b992cc627d6b1730ce089e39125ed7d300
Author: Peng Haitao <penght at cn.fujitsu.com>
Date:   Wed May 22 14:03:13 2013 -0700

    When message-type is drvupgrade, MSG_DEBUG should be replaced with MSG_PRINTER_DRVUPGRADE.
    
    Reviewed-by: Jeremy Allison <jra at samba.org>
    Reviewed-by: Michael Adam <obnox at samba.org>
    
    Fix bug #9941 - Fix a bug of drvupgrade of smbcontrol.

-----------------------------------------------------------------------

Summary of changes:
 source3/utils/smbcontrol.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

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);
 }
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list