[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-1213-gd618311

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


The branch, v3-2-test has been updated
       via  d61831164b482d02e0eef3c28aeed93d3e44433f (commit)
      from  acfb233acc7324b8d431d5cb777a1933d173b3dc (commit)

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


- Log -----------------------------------------------------------------
commit d61831164b482d02e0eef3c28aeed93d3e44433f
Author: Jeremy Allison <jra at samba.org>
Date:   Tue Jan 8 18:48:04 2008 -0800

    Fix CID 460 - 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 9f90ef8..095f0b9 100644
--- a/source/auth/auth_server.c
+++ b/source/auth/auth_server.c
@@ -75,6 +75,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