mirror of
				https://github.com/clearml/dropbear
				synced 2025-06-26 18:17:32 +00:00 
			
		
		
		
	Remove a newline from the kex prompt question, from FreeWRT
--HG-- extra : convert_revision : 98745fb712b04634b0682fe9ee0dc904ea528f10
This commit is contained in:
		
							parent
							
								
									62d792fbdc
								
							
						
					
					
						commit
						0ffc17e481
					
				@ -126,7 +126,7 @@ static void ask_to_confirm(unsigned char* keyblob, unsigned int keybloblen) {
 | 
				
			|||||||
		m_free(fp);
 | 
							m_free(fp);
 | 
				
			||||||
		return;
 | 
							return;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	fprintf(stderr, "\nHost '%s' is not in the trusted hosts file.\n(fingerprint %s)\nDo you want to continue connecting? (y/n)\n", 
 | 
						fprintf(stderr, "\nHost '%s' is not in the trusted hosts file.\n(fingerprint %s)\nDo you want to continue connecting? (y/n) ", 
 | 
				
			||||||
			cli_opts.remotehost, 
 | 
								cli_opts.remotehost, 
 | 
				
			||||||
			fp);
 | 
								fp);
 | 
				
			||||||
	m_free(fp);
 | 
						m_free(fp);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user