mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Forget return in last commit
This commit is contained in:
parent
e9d0b98a10
commit
e3f3500942
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ ber_get_enum(
|
|||
BerElement *ber,
|
||||
ber_int_t *num )
|
||||
{
|
||||
ber_get_int( ber, num );
|
||||
return ber_get_int( ber, num );
|
||||
}
|
||||
|
||||
ber_tag_t
|
||||
|
|
|
|||
Loading…
Reference in a new issue