diff options
author | Simo Sorce <idra@samba.org> | 2004-08-12 08:00:45 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:57:56 -0500 |
commit | 2e28edd233964f54b46fde10217f93f571ed1d6d (patch) | |
tree | a4c917b507e6554ed0b60b98a437b22a2100daed /source4/libcli/util | |
parent | 8a0f6c9c7909162a9669197bc0238d0636de69da (diff) | |
download | samba-2e28edd233964f54b46fde10217f93f571ed1d6d.tar.gz samba-2e28edd233964f54b46fde10217f93f571ed1d6d.tar.bz2 samba-2e28edd233964f54b46fde10217f93f571ed1d6d.zip |
r1771: OK Let's add tests for ldap.
Thanks to Metze and Volker for their unvaluable support :)
(This used to be commit e6a6c0737ab94d58930c0d4e1ef0bb4d99510833)
Diffstat (limited to 'source4/libcli/util')
-rw-r--r-- | source4/libcli/util/asn1.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/libcli/util/asn1.c b/source4/libcli/util/asn1.c index 6ddce7882c..6dc459d59d 100644 --- a/source4/libcli/util/asn1.c +++ b/source4/libcli/util/asn1.c @@ -313,7 +313,6 @@ BOOL asn1_start_tag(ASN1_DATA *data, uint8_t tag) return !data->has_error; } -#if 0 static BOOL read_one_uint8(int sock, uint8_t *result, ASN1_DATA *data, const struct timeval *endtime) { @@ -375,7 +374,6 @@ BOOL asn1_read_sequence_until(int sock, ASN1_DATA *data, return True; } -#endif /* Get the length to be expected in buf */ BOOL asn1_object_length(uint8_t *buf, size_t buf_length, |