mirror of https://github.com/cowrie/cowrie.git
Fix command_nop
git-svn-id: https://kippo.googlecode.com/svn/trunk@204 951d7100-d841-11de-b865-b3884708a8e2
This commit is contained in:
parent
432840fd4b
commit
6bf84474e6
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue