mirror of
https://github.com/samba-team/samba.git
synced 2025-11-18 00:23:50 +03:00
r10353: Fix typo
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
4f0d7f75b9
commit
b871ecbc2c
@@ -258,7 +258,7 @@ static void ldapsrv_recv(struct stream_connection *c, uint16_t flags)
|
||||
/* work out how much data is pending */
|
||||
status = tls_socket_pending(conn->tls, &npending);
|
||||
if (!NT_STATUS_IS_OK(status)) {
|
||||
ldapsrv_terminate_connection(conn, "socket_pening() failed");
|
||||
ldapsrv_terminate_connection(conn, "socket_pending() failed");
|
||||
return;
|
||||
}
|
||||
if (npending == 0) {
|
||||
|
||||
Reference in New Issue
Block a user