summaryrefslogtreecommitdiff
path: root/source4/libcli/ldap
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-09-15 13:29:59 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:58:45 -0500
commitd9d634ce97b2fd7d49410d26271eacd98660bbc4 (patch)
tree222c08e129daeb0052de72dca0cbec2fab9496fd /source4/libcli/ldap
parentfe70e8aa7a71a3d099591f677e43e39fcfe251f0 (diff)
downloadsamba-d9d634ce97b2fd7d49410d26271eacd98660bbc4.tar.gz
samba-d9d634ce97b2fd7d49410d26271eacd98660bbc4.tar.bz2
samba-d9d634ce97b2fd7d49410d26271eacd98660bbc4.zip
r2347: merge LDAP ASN.1 fixes from trunk
metze (This used to be commit 492a00d909d6f3ff8305f102551f60d91d988ccd)
Diffstat (limited to 'source4/libcli/ldap')
-rw-r--r--source4/libcli/ldap/ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/ldap/ldap.c b/source4/libcli/ldap/ldap.c
index b7ae58f7f5..7af9ca42c5 100644
--- a/source4/libcli/ldap/ldap.c
+++ b/source4/libcli/ldap/ldap.c
@@ -602,7 +602,7 @@ BOOL ldap_encode(struct ldap_message *msg, DATA_BLOB *result)
struct ldap_AbandonRequest *r = &msg->r.AbandonRequest;
asn1_push_tag(&data,
ASN1_APPLICATION_SIMPLE(LDAP_TAG_AbandonRequest));
- asn1_write_Integer(&data, r->messageid);
+ asn1_write_implicit_Integer(&data, r->messageid);
asn1_pop_tag(&data);
break;
}