mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-23 14:09:39 +08:00
req2res: Don't abort on unknown tags
This commit is contained in:
parent
5b9301ff5c
commit
a47cb15db5
@ -85,9 +85,9 @@ static ber_tag_t req2res( ber_tag_t tag )
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
assert( 0 );
|
tag = LBER_SEQUENCE;
|
||||||
tag = LBER_ERROR;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return tag;
|
return tag;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user