mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-04-30 10:47:48 +02:00
Server: SMBServer: Mark overloaded Start method as protected internal
This commit is contained in:
parent
28c114ea05
commit
6823b43d2e
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ namespace SMBLibrary.Server
|
|||
Start(serverAddress, transport, port, enableSMB1, enableSMB2, enableSMB3, connectionInactivityTimeout);
|
||||
}
|
||||
|
||||
internal void Start(IPAddress serverAddress, SMBTransportType transport, int port, bool enableSMB1, bool enableSMB2, bool enableSMB3, TimeSpan? connectionInactivityTimeout)
|
||||
protected internal void Start(IPAddress serverAddress, SMBTransportType transport, int port, bool enableSMB1, bool enableSMB2, bool enableSMB3, TimeSpan? connectionInactivityTimeout)
|
||||
{
|
||||
if (!m_listening)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue