diff options
author | Günther Deschner <gd@samba.org> | 2008-06-05 18:54:14 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-06-05 19:09:30 +0200 |
commit | 21e759ef64ce75958c52c5c5215ee6f4d5151f25 (patch) | |
tree | d193c93fadea2fee547a80db1f0ee46c1120ef1d | |
parent | 20ec11ac2885a78b0ce71c72962aa6bca101897a (diff) | |
download | samba-21e759ef64ce75958c52c5c5215ee6f4d5151f25.tar.gz samba-21e759ef64ce75958c52c5c5215ee6f4d5151f25.tar.bz2 samba-21e759ef64ce75958c52c5c5215ee6f4d5151f25.zip |
mailslot: always pull a command 25 type reply.
Guenther
(This used to be commit 1ce726b951621cb4b34069c31d1318fc04ad2389)
-rw-r--r-- | source3/libads/cldap.c | 1 |
1 files changed, 1 insertions, 0 deletions
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", |