mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-06 23:30:55 +03:00
Fix null pointer.
This commit is contained in:
@@ -376,11 +376,6 @@ public class OpenSSHKnownHosts
|
||||
return saltyBytes;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getLine() {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected String getHostPart() {
|
||||
return hashedHost;
|
||||
|
||||
Reference in New Issue
Block a user