Skip to content

Commit

Permalink
[FIXED JENKINS-33595] Disable SSHD port by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Apr 7, 2017
1 parent 19fb562 commit e9d1a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/jenkinsci/main/modules/sshd/SSHD.java
Expand Up @@ -45,7 +45,7 @@ public GlobalConfigurationCategory getCategory() {
@Inject
private transient InstanceIdentity identity;

private volatile int port;
private volatile int port = -1;

public SSHD() {
load();
Expand Down

0 comments on commit e9d1a50

Please sign in to comment.