1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-05 12:22:11 +03:00

r10353: Fix typo

(This used to be commit b871ecbc2c)
This commit is contained in:
Volker Lendecke
2005-09-20 15:43:58 +00:00
committed by Gerald (Jerry) Carter
parent 6812c73534
commit 5c40f9cd9b

View File

@ -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) {