oops, wrong syscall number for listen

git-svn-id: file:///home/svn/framework3/trunk@8420 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2010-02-09 00:05:15 +00:00
parent eaa930b9ce
commit 4a39cc13f6
1 changed files with 1 additions and 1 deletions

View File

@ -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