[fix] fixed network identity syscall()
This commit is contained in:
parent
0b41662a12
commit
4fd7197cc6
|
@ -12,8 +12,8 @@
|
||||||
'default' => [],
|
'default' => [],
|
||||||
'feature' => [],
|
'feature' => [],
|
||||||
'identity' => [
|
'identity' => [
|
||||||
'ap' => syscall(TMP_DIR.'/net.ap'),
|
'ap' => syscall(SOURCE_DIR.'/lib/netid/ap'),
|
||||||
'ip' => syscall(TMP_DIR.'/net.ip')
|
'ip' => syscall(SOURCE_DIR.'/lib/netid/ip')
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue