Skip to content

Commit

Permalink
[core] Prevent nil pointer dereference in CCDB client
Browse files Browse the repository at this point in the history
  • Loading branch information
teo committed Jul 20, 2023
1 parent afcc48b commit ed1e1f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/integration/ccdb/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,6 @@ func (p *Plugin) CallStack(data interface{}) (stack map[string]interface{}) {
grp := NewGRPObject(varStack)
if grp == nil {
log.WithField("call", "RunStop").
WithField("run", grp.runNumber).
WithField("partition", envId).
WithField("level", infologger.IL_Devel).
Debug("probably went to ERROR while not in RUNNING, doing nothing")
Expand Down

0 comments on commit ed1e1f4

Please sign in to comment.