[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-4209-g89df6af

Jeremy Allison jra at samba.org
Thu Oct 2 19:21:11 GMT 2008


The branch, v3-3-test has been updated
       via  89df6afb7a16feb1a0b186965ff37a1f8990bcca (commit)
      from  475c9a7ff5a96f7d1392610066fdd1ae28b7e039 (commit)

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


- Log -----------------------------------------------------------------
commit 89df6afb7a16feb1a0b186965ff37a1f8990bcca
Author: Jeremy Allison <jra at samba.org>
Date:   Thu Oct 2 12:20:27 2008 -0700

    Don't reject a successful alloc :-(.
    Jeremy.

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

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


Changeset truncated at 500 lines:

diff --git a/source/printing/print_cups.c b/source/printing/print_cups.c
index b46d83b..b9bed7a 100644
--- a/source/printing/print_cups.c
+++ b/source/printing/print_cups.c
@@ -71,7 +71,7 @@ static http_t *cups_connect(TALLOC_CTX *frame)
 	} else {
 		server = talloc_strdup(frame,cupsServer());
 	}
-	if (server) {
+	if (!server) {
 		return NULL;
 	}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list