[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-739-g5fd2ea5

Günther Deschner gd at samba.org
Mon Apr 13 15:09:51 GMT 2009


The branch, v3-4-test has been updated
       via  5fd2ea50e390c1d9ecee7e8473f94f8e0c366650 (commit)
      from  ed058b0cdace655b3080a06a7b2a7c717c4e21c1 (commit)

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


- Log -----------------------------------------------------------------
commit 5fd2ea50e390c1d9ecee7e8473f94f8e0c366650
Author: Günther Deschner <gd at samba.org>
Date:   Mon Apr 13 17:03:46 2009 +0200

    s3-loadparm: Fix resume command typo for "printing = vlp".
    
    Guenther
    (cherry picked from commit e1a76de03aecb2e5e554c0594664a846efbbe65a)

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

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


Changeset truncated at 500 lines:

diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 8630dd0..81132a0 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -4639,7 +4639,7 @@ static void init_printer_values(struct service *pService)
 		string_set(&pService->szLpqcommand, "vlp lpq %p");
 		string_set(&pService->szLprmcommand, "vlp lprm %p %j");
 		string_set(&pService->szLppausecommand, "vlp lppause %p %j");
-		string_set(&pService->szLpresumecommand, "vlp lpresum %p %j");
+		string_set(&pService->szLpresumecommand, "vlp lpresume %p %j");
 		string_set(&pService->szQueuepausecommand, "vlp queuepause %p");
 		string_set(&pService->szQueueresumecommand, "vlp queueresume %p");
 		break;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list