reqs: fix typo in a debug message in get_request_entity()
Signed-off-by: Michael Adam <obnox@samba.org>
(cherry picked from commit 76bd008cf9)
			
			
This commit is contained in:
		
							parent
							
								
									ffbef661cd
								
							
						
					
					
						commit
						3cb25a7857
					
				@ -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