[SCM] Samba Shared Repository - branch master updated - e0dbac6873b816384f570ad8a7ceea7c96573d00

Jeremy Allison jra at samba.org
Thu Oct 2 19:22:10 GMT 2008


The branch, master has been updated
       via  e0dbac6873b816384f570ad8a7ceea7c96573d00 (commit)
      from  a25fac13ebd6ffc1e5eac25182636cfa298435f4 (commit)

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


- Log -----------------------------------------------------------------
commit e0dbac6873b816384f570ad8a7ceea7c96573d00
Author: Jeremy Allison <jra at samba.org>
Date:   Thu Oct 2 12:21:11 2008 -0700

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

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

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


Changeset truncated at 500 lines:

diff --git a/source3/printing/print_cups.c b/source3/printing/print_cups.c
index b46d83b..b9bed7a 100644
--- a/source3/printing/print_cups.c
+++ b/source3/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