reqs: fix typo in a debug message in get_request_entity()
Signed-off-by: Michael Adam <obnox@samba.org>
This commit is contained in:
parent
b3ac7d2c7b
commit
76bd008cf9
@ -1349,7 +1349,7 @@ get_request_entity(struct conn_s *connptr)
|
||||
nread = read_buffer (connptr->client_fd, connptr->cbuffer);
|
||||
if (nread < 0) {
|
||||
log_message (LOG_ERR,
|
||||
"Error reading readble client_fd %d",
|
||||
"Error reading readable client_fd %d",
|
||||
connptr->client_fd);
|
||||
ret = -1;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user