The branch, v3-3-test has been updated
       via  5ab391d466ce9ddea31f6f6bf467aa6c5f3a7efb (commit)
      from  42f3d681cac4a443347d1ed253848d45f8746f89 (commit)

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


- Log -----------------------------------------------------------------
commit 5ab391d466ce9ddea31f6f6bf467aa6c5f3a7efb
Author: Karolin Seeger <[EMAIL PROTECTED]>
Date:   Tue Jul 22 21:43:43 2008 +0200

    rpc_parse: Unify spoolss debug messages.
    
    Karolin

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

Summary of changes:
 source/rpc_parse/parse_spoolss.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/rpc_parse/parse_spoolss.c b/source/rpc_parse/parse_spoolss.c
index f2d3b53..78a80a0 100644
--- a/source/rpc_parse/parse_spoolss.c
+++ b/source/rpc_parse/parse_spoolss.c
@@ -1164,7 +1164,7 @@ bool spoolss_io_r_open_printer(const char *desc, 
SPOOL_R_OPEN_PRINTER *r_u, prs_
        if (!smb_io_pol_hnd("printer handle",&(r_u->handle),ps,depth))
                return False;   
 
-       if (!prs_werror("status code", ps, depth, &(r_u->status)))
+       if (!prs_werror("status", ps, depth, &(r_u->status)))
                return False;
                
        return True;
@@ -1225,7 +1225,7 @@ bool spoolss_io_r_open_printer_ex(const char *desc, 
SPOOL_R_OPEN_PRINTER_EX *r_u
        if (!smb_io_pol_hnd("printer handle",&(r_u->handle),ps,depth))
                return False;
 
-       if (!prs_werror("status code", ps, depth, &(r_u->status)))
+       if (!prs_werror("status", ps, depth, &(r_u->status)))
                return False;
 
        return True;


-- 
Samba Shared Repository

Reply via email to