Update glide with new version of rpcclient

This commit is contained in:
TeoV
2018-06-05 08:19:19 -04:00
committed by Dan Christian Bogos
parent b9e5744d33
commit 3543d10e9c
2 changed files with 1 additions and 3 deletions

2
glide.lock generated
View File

@@ -22,7 +22,7 @@ imports:
- name: github.com/cgrates/radigo
version: 69d4269e21990c0f120b8e60d5b75d533db7f3dd
- name: github.com/cgrates/rpcclient
version: 2d76d0851135995493b0bbf9393267a63d986e83
version: 54aff3c8e75a2342f0618dfc1c44f0660cd69bde
- name: github.com/ChrisTrenkamp/goxpath
version: 4aad8d0161aae7d17df4755d2c1e86cd1fcaaab6
subpackages:

View File

@@ -424,8 +424,6 @@ func (s *Server) ServeHTTPTLS(addr, serverCrt, serverKey string, jsonRPCURL stri
if useBasicAuth {
Logger.Info("<HTTPTLS> enabling basic auth")
}
Logger.Info(fmt.Sprintf("<HTTPTLS> start listening at <%s>", addr))
http.ListenAndServeTLS(addr, serverCrt, serverKey, mux)
}