diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-03-26 13:51:27 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-03-26 13:51:27 -0400 |
| commit | ac07c2072ad33e2813924bae72007752904ee823 (patch) | |
| tree | 4ab3c9acee18866a179ba4e4d8dfa3b93211e613 /MediaBrowser.Server.Startup.Common/INativeApp.cs | |
| parent | 661acc256aab7f94c5071c1816b240b705c1cf85 (diff) | |
Update firewall authorization
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/INativeApp.cs')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/INativeApp.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Startup.Common/INativeApp.cs b/MediaBrowser.Server.Startup.Common/INativeApp.cs index 75b38d0c4..9df670bda 100644 --- a/MediaBrowser.Server.Startup.Common/INativeApp.cs +++ b/MediaBrowser.Server.Startup.Common/INativeApp.cs @@ -21,7 +21,7 @@ namespace MediaBrowser.Server.Startup.Common /// <param name="httpServerPort">The HTTP server port.</param> /// <param name="httpsServerPort">The HTTPS server port.</param> /// <param name="tempDirectory">The temporary directory.</param> - void AuthorizeServer(int udpPort, int httpServerPort, int httpsServerPort, string tempDirectory); + void AuthorizeServer(int udpPort, int httpServerPort, int httpsServerPort, string applicationPath, string tempDirectory); /// <summary> /// Gets the environment. |
