mirror of
				https://github.com/clearml/dropbear
				synced 2025-06-26 18:17:32 +00:00 
			
		
		
		
	Remove some cluttering TRACE printouts
This commit is contained in:
		
							parent
							
								
									02ffdd09dc
								
							
						
					
					
						commit
						ffde4a524f
					
				
							
								
								
									
										4
									
								
								netio.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								netio.c
									
									
									
									
									
								
							| @ -224,7 +224,6 @@ void remove_connect_pending() { | ||||
| 
 | ||||
| void set_connect_fds(fd_set *writefd) { | ||||
| 	m_list_elem *iter; | ||||
| 	TRACE(("enter set_connect_fds")) | ||||
| 	iter = ses.conn_pending.first; | ||||
| 	while (iter) { | ||||
| 		m_list_elem *next_iter = iter->next; | ||||
| @ -245,12 +244,10 @@ void set_connect_fds(fd_set *writefd) { | ||||
| 		} | ||||
| 		iter = next_iter; | ||||
| 	} | ||||
| 	TRACE(("leave set_connect_fds")) | ||||
| } | ||||
| 
 | ||||
| void handle_connect_fds(const fd_set *writefd) { | ||||
| 	m_list_elem *iter; | ||||
| 	TRACE(("enter handle_connect_fds")) | ||||
| 	for (iter = ses.conn_pending.first; iter; iter = iter->next) { | ||||
| 		int val; | ||||
| 		socklen_t vallen = sizeof(val); | ||||
| @ -284,7 +281,6 @@ void handle_connect_fds(const fd_set *writefd) { | ||||
| 			return;  | ||||
| 		} | ||||
| 	} | ||||
| 	TRACE(("leave handle_connect_fds - end iter")) | ||||
| } | ||||
| 
 | ||||
| void connect_set_writequeue(struct dropbear_progress_connection *c, struct Queue *writequeue) { | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user