修复一处编译问题

This commit is contained in:
刘祥超
2023-07-25 14:08:26 +08:00
parent 5c8dff120a
commit 4a11ecb7b4

View File

@@ -16,3 +16,7 @@ type TOAConfig struct {
func (this *TOAConfig) Init() error {
return nil
}
func (this *TOAConfig) RandLocalPort() uint16 {
return 0
}