mirror of
https://github.com/nxtrace/NTrace-core.git
synced 2025-08-12 06:26:39 +00:00
fix bug: nil pointer dereference
This commit is contained in:
@@ -266,7 +266,7 @@ func Excute() {
|
||||
}
|
||||
|
||||
// 暂时弃用
|
||||
var router *bool
|
||||
router := new(bool)
|
||||
*router = false
|
||||
if !*tablePrint {
|
||||
if *classicPrint {
|
||||
|
||||
Reference in New Issue
Block a user