mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
ITS#6569 return server's error code on Disconnect
This commit is contained in:
parent
d3a1be4e3f
commit
33bfd730a1
1 changed files with 1 additions and 0 deletions
|
|
@ -994,6 +994,7 @@ nextresp2:
|
|||
|
||||
/* need to return -1, because otherwise
|
||||
* a valid result is expected */
|
||||
ld->ld_errno = lderr;
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue