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;
|
return saltyBytes;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public String getLine() {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected String getHostPart() {
|
protected String getHostPart() {
|
||||||
return hashedHost;
|
return hashedHost;
|
||||||
|
|||||||
Reference in New Issue
Block a user