From 21e759ef64ce75958c52c5c5215ee6f4d5151f25 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 5 Jun 2008 18:54:14 +0200 Subject: mailslot: always pull a command 25 type reply. Guenther (This used to be commit 1ce726b951621cb4b34069c31d1318fc04ad2389) --- source3/libads/cldap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3') diff --git a/source3/libads/cldap.c b/source3/libads/cldap.c index efe13cc756..11565065af 100644 --- a/source3/libads/cldap.c +++ b/source3/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", -- cgit