mirror of https://github.com/cowrie/cowrie.git
By default, start recursing from /
git-svn-id: https://kippo.googlecode.com/svn/trunk@141 951d7100-d841-11de-b865-b3884708a8e2
This commit is contained in:
parent
08c78407ab
commit
c5604e7f66
|
@ -55,7 +55,7 @@ if __name__ == '__main__':
|
||||||
|
|
||||||
tree = ['/', T_DIR, 0, 0, 0, 0, 0, [], '']
|
tree = ['/', T_DIR, 0, 0, 0, 0, 0, [], '']
|
||||||
# change to / to recurse a whole server:
|
# change to / to recurse a whole server:
|
||||||
recurse('.', tree[A_CONTENTS], tree[A_CONTENTS])
|
recurse('/', tree[A_CONTENTS], tree[A_CONTENTS])
|
||||||
|
|
||||||
sys.stderr.write('Doing stuff\n')
|
sys.stderr.write('Doing stuff\n')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue