summaryrefslogtreecommitdiffstats
path: root/mattermost.go
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-06-28 15:10:50 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-06-28 15:10:50 -0400
commit8005911ff6922d896a4a34192a4b0b0d5ade002f (patch)
tree8caba62024a59969a7d6b98a9549779cd995a911 /mattermost.go
parent22dcf00a3f802117306c3bb55db08e8c4aaacfb1 (diff)
downloadchat-8005911ff6922d896a4a34192a4b0b0d5ade002f.tar.gz
chat-8005911ff6922d896a4a34192a4b0b0d5ade002f.tar.bz2
chat-8005911ff6922d896a4a34192a4b0b0d5ade002f.zip
Syncronization interval now set on config save. (#3421)
Diffstat (limited to 'mattermost.go')
-rw-r--r--mattermost.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/mattermost.go b/mattermost.go
index bdfa55d9a..4cca4c200 100644
--- a/mattermost.go
+++ b/mattermost.go
@@ -133,10 +133,6 @@ func main() {
complianceI.StartComplianceDailyJob()
}
- if ldapI := einterfaces.GetLdapInterface(); ldapI != nil {
- ldapI.StartLdapSyncJob()
- }
-
// wait for kill signal before attempting to gracefully shutdown
// the running service
c := make(chan os.Signal)