[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-28-22-g6ba5452

Jeremy Allison jra at samba.org
Wed Dec 12 21:01:16 GMT 2007


The branch, v3-0-test has been updated
       via  6ba54521aa9628346fcfa28ba27713fc97b5863a (commit)
      from  dc80d5264949da4e9c91035851a6f8c19e546ed2 (commit)

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


- Log -----------------------------------------------------------------
commit 6ba54521aa9628346fcfa28ba27713fc97b5863a
Author: Jeremy Allison <jra at samba.org>
Date:   Wed Dec 12 13:00:41 2007 -0800

    Make sure this is fixed for both MIT and Heimdal.
    Jeremy.

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

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


Changeset truncated at 500 lines:

diff --git a/source/libsmb/clikrb5.c b/source/libsmb/clikrb5.c
index a4aeba8..e7b6892 100644
--- a/source/libsmb/clikrb5.c
+++ b/source/libsmb/clikrb5.c
@@ -336,8 +336,8 @@ BOOL unwrap_pac(TALLOC_CTX *mem_ctx, DATA_BLOB *auth_data, DATA_BLOB *unwrapped_
 			got_auth_data_pac = unwrap_pac(mem_ctx, &auth_data_wrapped, auth_data);
 			data_blob_free(&auth_data_wrapped);
 			
-			if (!got_auth_data_pac) {
-				continue;
+			if (got_auth_data_pac) {
+				return true;
 			}
 		}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list