mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
Add rc=0 fix as suggested by Tobias Reber <t.reber@dkfz-heidelberg.de>
in ITS#17.
This commit is contained in:
parent
13457efbbc
commit
487aa911f0
1 changed files with 1 additions and 0 deletions
|
|
@ -182,6 +182,7 @@ ldbm_back_bind(
|
|||
goto return_results;
|
||||
}
|
||||
}
|
||||
rc = 0;
|
||||
break;
|
||||
|
||||
case LDAP_AUTH_KRBV42:
|
||||
|
|
|
|||
Loading…
Reference in a new issue