mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-04-01 09:50:16 +02:00
fix bug in port configuration
This commit is contained in:
@@ -78,6 +78,7 @@ public class ScmConfiguration
|
||||
this.pluginUrl = other.pluginUrl;
|
||||
this.sslPort = other.sslPort;
|
||||
this.enableSSL = other.enableSSL;
|
||||
this.port = other.port;
|
||||
this.anonymousAccessEnabled = other.anonymousAccessEnabled;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user