Fix command_nop

git-svn-id: https://kippo.googlecode.com/svn/trunk@204 951d7100-d841-11de-b865-b3884708a8e2
This commit is contained in:
desaster 2011-04-03 11:35:25 +00:00
parent 432840fd4b
commit 6bf84474e6
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ slist = {} # sizes
class command_nop(HoneyPotCommand):
def call(self):
pass
slist[317] = command_autorun
clist['autorun'] = command_autorun
slist[317] = command_nop
clist['autorun'] = command_nop
# 158c35ecfd4a4a490b613d87a22088fa
class command_start1(HoneyPotCommand):