Delete bucket listener config file from disk (#3016)

This commit is contained in:
Aditya Manthramurthy
2016-10-20 16:09:19 -07:00
committed by Harshavardhana
parent c21ac80268
commit 8876e0a80a
5 changed files with 34 additions and 20 deletions

View File

@@ -183,4 +183,4 @@ func (c *controlAPIHandlers) LockClear(args *LockClearArgs, reply *GenericReply)
nsMutex.ForceUnlock(args.Bucket, args.Object)
*reply = GenericReply{}
return nil
}
}