renamed a struct,
started ldapsearchresultentry formatter fixed scan_ldapmessage to accept PRIMITIVE messages, too (unbind)
This commit is contained in:
6
fmt_ldapstring.c
Normal file
6
fmt_ldapstring.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "asn1.h"
|
||||
#include "ldap.h"
|
||||
|
||||
int fmt_ldapstring(char* dest,struct string* s) {
|
||||
return fmt_asn1OCTETSTRING(dest,s->s,s->l);
|
||||
}
|
||||
Reference in New Issue
Block a user