mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 08:09:34 -05:00
Patch req2rst not to abort on unknown tags
This commit is contained in:
parent
342ad23c4c
commit
2aebaba70e
1 changed files with 2 additions and 2 deletions
|
|
@ -87,9 +87,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 a new issue