The branch, v3-2-test has been updated via 80c7fbb4edb29b3c670c21baa5f613b942e68e1e (commit) from 3d13ddd4667c4d5d6677143d661bfa1e781bf6fe (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test - Log ----------------------------------------------------------------- commit 80c7fbb4edb29b3c670c21baa5f613b942e68e1e Author: Günther Deschner <[EMAIL PROTECTED]> Date: Thu Jun 5 18:54:14 2008 +0200 mailslot: always pull a command 25 type reply. Guenther (cherry picked from commit 1ce726b951621cb4b34069c31d1318fc04ad2389) ----------------------------------------------------------------------- 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