Skip to content

Commit

Permalink
cli: fix nss module panic
Browse files Browse the repository at this point in the history
  • Loading branch information
mannkafai committed Dec 16, 2023
1 parent d120a7e commit 56628c0
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 56628c0

Please sign in to comment.