mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
fix error mapping
This commit is contained in:
parent
bed74c02cc
commit
33d79d1541
1 changed files with 1 additions and 1 deletions
|
|
@ -348,7 +348,7 @@ retry:;
|
|||
}
|
||||
}
|
||||
|
||||
return slap_map_api2result( rs );
|
||||
return rs->sr_err = slap_map_api2result( rs );
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue