[SCM] Samba Shared Repository - branch v3-2-stable updated - release-3-2-0rc1-44-g5462e1a

Karolin Seeger kseeger at samba.org
Fri Jun 6 09:54:14 GMT 2008


The branch, v3-2-stable has been updated
       via  5462e1a6bf99fc199053aebe412867f420eb1841 (commit)
      from  b93d927dd440f0009740cf00644f603edf5a8a7c (commit)

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


- Log -----------------------------------------------------------------
commit 5462e1a6bf99fc199053aebe412867f420eb1841
Author: Günther Deschner <gd at samba.org>
Date:   Thu Jun 5 18:54:14 2008 +0200

    mailslot: always pull a command 25 type reply.
    
    Guenther
    (cherry picked from commit 1ce726b951621cb4b34069c31d1318fc04ad2389)
    (cherry picked from commit 80c7fbb4edb29b3c670c21baa5f613b942e68e1e)

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

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


Changeset truncated at 500 lines:

diff --git a/source/libads/cldap.c b/source/libads/cldap.c
index efe13cc..1156506 100644
--- a/source/libads/cldap.c
+++ b/source/libads/cldap.c
@@ -304,6 +304,7 @@ bool pull_mailslot_cldap_reply(TALLOC_CTX *mem_ctx,
 		case 0x13: /* 19 */
 		case 0x15: /* 21 */
 		case 0x17: /* 23 */
+		case 0x19: /* 25 */
 			 break;
 		default:
 			DEBUG(1,("got unexpected command: %d (0x%08x)\n",


-- 
Samba Shared Repository


More information about the samba-cvs mailing list