remove unused variable

This commit is contained in:
leitner
2004-08-04 17:48:03 +00:00
parent 4f2bfc0074
commit 8de25348e3

View File

@@ -28,7 +28,7 @@ int fmt_ldapsubstring(char* dest,struct Substring* s) {
}
int fmt_ldapsearchfilter(char* dest,struct Filter* f) {
long sum=0,l=0,tmp;
long sum=0,tmp;
if (!f)
return 0;
switch (f->type) {