summaryrefslogtreecommitdiffstats
path: root/scan_ldapsearchfilter.c
diff options
context:
space:
mode:
authorSimon Rettberg2017-05-09 10:05:57 +0200
committerSimon Rettberg2017-05-09 10:05:57 +0200
commit8c081cb1fef6cdfdf4b3d42cc93e97d0d6a59d14 (patch)
tree890ea62f47af0a06db998142810851f618d27bca /scan_ldapsearchfilter.c
parentDelete some more unused files (diff)
downloadldadp-8c081cb1fef6cdfdf4b3d42cc93e97d0d6a59d14.tar.gz
ldadp-8c081cb1fef6cdfdf4b3d42cc93e97d0d6a59d14.tar.xz
ldadp-8c081cb1fef6cdfdf4b3d42cc93e97d0d6a59d14.zip
Update tinyldap part
Diffstat (limited to 'scan_ldapsearchfilter.c')
-rw-r--r--scan_ldapsearchfilter.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/scan_ldapsearchfilter.c b/scan_ldapsearchfilter.c
index 1a08141..0f3eb02 100644
--- a/scan_ldapsearchfilter.c
+++ b/scan_ldapsearchfilter.c
@@ -32,7 +32,8 @@
size_t scan_ldapsearchfilter(const char* src,const char* max,struct Filter** f) {
enum asn1_tagclass tc;
enum asn1_tagtype tt;
- size_t tag,len,res,tmp;
+ size_t len,res,tmp;
+ unsigned long tag;
const char* nmax;
*f=0;
if (!(res=scan_asn1tag(src,max,&tc,&tt,&tag))) goto error;