oops, wrong syscall number for listen
git-svn-id: file:///home/svn/framework3/trunk@8420 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
eaa930b9ce
commit
4a39cc13f6
|
@ -116,7 +116,7 @@ module Msf::Payload::Aix
|
|||
__NR_execve = 5
|
||||
__NR_getpeername = 122
|
||||
__NR_accept = 138
|
||||
__NR_listen = 137
|
||||
__NR_listen = 139
|
||||
__NR_bind = 140
|
||||
__NR_socket = 141
|
||||
__NR_connect = 142
|
||||
|
|
Loading…
Reference in New Issue