[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' => [],
'feature' => [],
'identity' => [
'ap' => syscall(TMP_DIR.'/net.ap'),
'ip' => syscall(TMP_DIR.'/net.ip')
'ap' => syscall(SOURCE_DIR.'/lib/netid/ap'),
'ip' => syscall(SOURCE_DIR.'/lib/netid/ip')
]
];