[fix] fixed network identity syscall()

This commit is contained in:
xdrm-brackets 2017-07-23 02:26:51 +02:00
parent 0b41662a12
commit 4fd7197cc6
1 changed files with 2 additions and 2 deletions

View File

@ -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')
] ]
]; ];