mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 19:49:35 -05:00
Fix typo in 1.97
This commit is contained in:
parent
b2e731a3e0
commit
da7a5a8e79
1 changed files with 1 additions and 1 deletions
|
|
@ -633,7 +633,7 @@ slap_sasl_authorize(
|
|||
const char **errstr)
|
||||
{
|
||||
struct berval authcDN, authzDN;
|
||||
int rc:
|
||||
int rc;
|
||||
Connection *conn = context;
|
||||
char *realm;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue