server: Add global namespace lock. (#1398)

Fixes #1393
This commit is contained in:
Harshavardhana
2016-04-29 01:29:09 -07:00
committed by Anand Babu (AB) Periasamy
parent 8deddb82f4
commit 984903cce1
9 changed files with 157 additions and 142 deletions

View File

@@ -202,6 +202,9 @@ func main() {
// Enable all loggers by now.
enableLoggers()
// Initialize name space lock.
initNSLock()
// Do not print update messages, if quiet flag is set.
if !globalQuiet {
// Do not print any errors in release update function.