[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-28-88-g18c2be3

Jeremy Allison jra at samba.org
Wed Jan 9 03:00:05 GMT 2008


The branch, v3-0-test has been updated
       via  18c2be399c5a62746794301b9619490480314fb9 (commit)
      from  3e175d791785b3b6dc1dbbed6db07cbfe3cdb89b (commit)

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


- Log -----------------------------------------------------------------
commit 18c2be399c5a62746794301b9619490480314fb9
Author: Jeremy Allison <jra at samba.org>
Date:   Tue Jan 8 18:47:29 2008 -0800

    Fix coverity resource leak on error.
    Jeremy.

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

Summary of changes:
 source/auth/auth_server.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/auth/auth_server.c b/source/auth/auth_server.c
index d490b1a..ba2a714 100644
--- a/source/auth/auth_server.c
+++ b/source/auth/auth_server.c
@@ -71,6 +71,7 @@ static struct cli_state *server_cryptkey(TALLOC_CTX *mem_ctx)
 		   connection (tridge) */
 
 		if (!grab_server_mutex(desthost)) {
+			cli_shutdown(cli);
 			return NULL;
 		}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list