[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-2733-g1ce726b

Günther Deschner gd at samba.org
Thu Jun 5 17:10:24 GMT 2008


The branch, v3-3-test has been updated
       via  1ce726b951621cb4b34069c31d1318fc04ad2389 (commit)
      from  f6ba7333ab31332198b59651b4252cb3f897b6aa (commit)

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


- Log -----------------------------------------------------------------
commit 1ce726b951621cb4b34069c31d1318fc04ad2389
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

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

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