Skip to content

Commit

Permalink
cli: fix nss module panic (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
mannkafai authored Dec 17, 2023
1 parent d120a7e commit ad0823d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cmd/nss.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func nssCommandFunc(command *cobra.Command, args []string) {
}

var conf config.IConfig
conf = gc
conf = nc
if conf == nil {
logger.Printf("ECAPTURE :: \tcant found module %s config info.", mod.Name())
break
Expand Down

0 comments on commit ad0823d

Please sign in to comment.