[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-63-gc5e062e

Michael Adam obnox at samba.org
Thu Feb 26 13:36:34 GMT 2009


The branch, master has been updated
       via  c5e062ed74ec7e13e03ed24e9e4d2ced5351f141 (commit)
      from  3a1f24f286d4dba836b750122f571f831a794e4a (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit c5e062ed74ec7e13e03ed24e9e4d2ced5351f141
Author: Michael Adam <obnox at samba.org>
Date:   Thu Feb 26 14:34:38 2009 +0100

    s3: fix the build JOB_STATUS_BLOCKED -> JOB_STATUS_BLOCKED_DEVQ
    
    Günther, please check...
    
    Michael

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

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


Changeset truncated at 500 lines:

diff --git a/source3/printing/printing.c b/source3/printing/printing.c
index 7179184..49bd5ac 100644
--- a/source3/printing/printing.c
+++ b/source3/printing/printing.c
@@ -447,7 +447,7 @@ static const struct {
 	{ LPQ_PAPEROUT, JOB_STATUS_PAPEROUT },
 	{ LPQ_PRINTED, JOB_STATUS_PRINTED },
 	{ LPQ_DELETED, JOB_STATUS_DELETED },
-	{ LPQ_BLOCKED, JOB_STATUS_BLOCKED },
+	{ LPQ_BLOCKED, JOB_STATUS_BLOCKED_DEVQ },
 	{ LPQ_USER_INTERVENTION, JOB_STATUS_USER_INTERVENTION },
 	{ -1, 0 }
 };


-- 
Samba Shared Repository


More information about the samba-cvs mailing list