mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-05 13:40:08 +08:00
Patch req2rst not to abort on unknown tags
This commit is contained in:
parent
342ad23c4c
commit
2aebaba70e
@ -87,9 +87,9 @@ static ber_tag_t req2res( ber_tag_t tag )
|
||||
break;
|
||||
|
||||
default:
|
||||
assert( 0 );
|
||||
tag = LBER_ERROR;
|
||||
tag = LBER_SEQUENCE;
|
||||
}
|
||||
|
||||
return tag;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user