fix stupid bug in ldapclient that caused entries to be printed twice

This commit is contained in:
leitner
2005-06-13 01:10:44 +00:00
parent d526e16980
commit 6ed206616d
3 changed files with 19 additions and 8 deletions

View File

@@ -82,6 +82,7 @@ substring:
}
}
}
if (*s=='=') ++s;
(*f)->ava.value.s=s;
s+=(*f)->ava.value.l=str_chr(s,')');
}