Use shortcut

This commit is contained in:
Derek Collison
2013-11-18 16:03:16 -08:00
parent 74ccae079e
commit 688963fd0a

View File

@@ -545,7 +545,7 @@ func (c *client) deliverMsg(sub *subscription, mh, msg []byte) {
}
}
if sub.client.nc == nil {
if client.nc == nil {
client.mu.Unlock()
return
}