[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-28a-1154-g69270e3

Jeremy Allison jra at samba.org
Tue May 6 16:35:45 GMT 2008


The branch, v3-0-test has been updated
       via  69270e390c468f71db95452525903d87d2d6c42c (commit)
      from  ab055abf5fb43057baeaf5751a0a9ca5abc0b927 (commit)

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


- Log -----------------------------------------------------------------
commit 69270e390c468f71db95452525903d87d2d6c42c
Author: Jeremy Allison <jra at samba.org>
Date:   Tue May 6 09:35:21 2008 -0700

    Don't use const as this gives a warning for 3.0.x.
    Jeremy.

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

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


Changeset truncated at 500 lines:

diff --git a/source/printing/nt_printing.c b/source/printing/nt_printing.c
index 7d58a93..6908a67 100644
--- a/source/printing/nt_printing.c
+++ b/source/printing/nt_printing.c
@@ -75,7 +75,7 @@ STANDARD_MAPPING printserver_std_mapping = {
 
 /* Map generic permissions to job object specific permissions */
 
-const struct generic_mapping job_generic_mapping = {
+GENERIC_MAPPING job_generic_mapping = {
 	JOB_READ,
 	JOB_WRITE,
 	JOB_EXECUTE,


-- 
Samba Shared Repository


More information about the samba-cvs mailing list