Skip to content
Snippets Groups Projects
Unverified Commit 4cf8f0e6 authored by Xin.Zh's avatar Xin.Zh Committed by GitHub
Browse files

Merge pull request #205 from joeyzhouy/master

fix issue:204
parents 69bc3df3 53bce2d6
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ func init() {
return
}
dubboConf := protocolConf.(map[interface{}]interface{})[DUBBO]
if protocolConf == nil {
if dubboConf == nil {
logger.Warnf("dubboConf is nil")
return
}
......
......@@ -48,7 +48,7 @@ func init() {
return
}
dubboConf := protocolConf.(map[interface{}]interface{})[DUBBO]
if protocolConf == nil {
if dubboConf == nil {
logger.Warnf("dubboConf is nil")
return
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment