[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-508-g178afff

Stefan Metzmacher metze at samba.org
Thu Dec 6 08:55:47 GMT 2007


The branch, v3-2-test has been updated
       via  178afff8791992aee78869f17458dca0956bc116 (commit)
       via  b55b19190d9c1199be13727a75a5936d6f5f15a8 (commit)
      from  cd43b93d405bf892d1d8941b2d1e64d7d53adf69 (commit)

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


- Log -----------------------------------------------------------------
commit 178afff8791992aee78869f17458dca0956bc116
Author: Stefan Metzmacher <metze at samba.org>
Date:   Thu Dec 6 09:55:32 2007 +0100

    printing: remove emtpy print_test.c
    
    metze

commit b55b19190d9c1199be13727a75a5936d6f5f15a8
Author: Stefan Metzmacher <metze at samba.org>
Date:   Thu Dec 6 09:53:42 2007 +0100

    libads: fix typo
    
    metze

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

Summary of changes:
 source/libads/sasl.c         |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
 delete mode 100644 source/printing/print_test.c


Changeset truncated at 500 lines:

diff --git a/source/libads/sasl.c b/source/libads/sasl.c
index 3b3838e..798d0b4 100644
--- a/source/libads/sasl.c
+++ b/source/libads/sasl.c
@@ -329,7 +329,7 @@ static ADS_STATUS ads_sasl_gssapi_unwrap(ADS_STRUCT *ads)
 		return ADS_ERROR_NT(NT_STATUS_ACCESS_DENIED);
 	}
 
-	if (wrapped.length < wrapped.length) {
+	if (wrapped.length < unwrapped.length) {
 		return ADS_ERROR_NT(NT_STATUS_INTERNAL_ERROR);
 	}
 
diff --git a/source/printing/print_test.c b/source/printing/print_test.c
deleted file mode 100644
index e69de29..0000000


-- 
Samba Shared Repository


More information about the samba-cvs mailing list