mirror of
				https://github.com/libssh2/libssh2.git
				synced 2025-11-03 22:13:11 +03:00 
			
		
		
		
	Fix the functionality again with hashed host names again.
The breakage came with commit 8b46528c04.
			
			
This commit is contained in:
		@@ -509,7 +509,6 @@ static int hostline(LIBSSH2_KNOWNHOSTS *hosts,
 | 
			
		||||
            return rc;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    host = orig;
 | 
			
		||||
    memcpy(hostbuf, host, hostlen);
 | 
			
		||||
    hostbuf[hostlen]=0;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user