mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-17 20:34:08 -05:00
ITS#9856 Tag responseName correctly
This commit is contained in:
parent
737bcd7f2b
commit
598929a507
1 changed files with 3 additions and 2 deletions
|
|
@ -535,10 +535,11 @@ lload_connection_close( LloadConnection *c, void *arg )
|
|||
c->c_destroy == client_destroy ) {
|
||||
if ( c->c_pendingber != NULL ||
|
||||
(c->c_pendingber = ber_alloc()) != NULL ) {
|
||||
ber_printf( c->c_pendingber, "t{tit{esss}}", LDAP_TAG_MESSAGE,
|
||||
ber_printf( c->c_pendingber, "t{tit{essts}}", LDAP_TAG_MESSAGE,
|
||||
LDAP_TAG_MSGID, LDAP_RES_UNSOLICITED,
|
||||
LDAP_RES_EXTENDED, LDAP_UNAVAILABLE, "",
|
||||
"connection closing", LDAP_NOTICE_OF_DISCONNECTION );
|
||||
"connection closing",
|
||||
LDAP_TAG_EXOP_RES_OID, LDAP_NOTICE_OF_DISCONNECTION );
|
||||
unlock = 0;
|
||||
checked_unlock( &c->c_io_mutex );
|
||||
CONNECTION_UNLOCK(c);
|
||||
|
|
|
|||
Loading…
Reference in a new issue