mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-03 12:20:27 +08:00
修复一处编译问题
This commit is contained in:
@@ -16,3 +16,7 @@ type TOAConfig struct {
|
||||
func (this *TOAConfig) Init() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (this *TOAConfig) RandLocalPort() uint16 {
|
||||
return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user