From 078904c7a8cd33ae8f18690ba824e17cfe326fb5 Mon Sep 17 00:00:00 2001 From: desaster Date: Fri, 20 Nov 2009 16:43:11 +0000 Subject: [PATCH] forgot to remove a debug thingie git-svn-id: https://kippo.googlecode.com/svn/trunk@37 951d7100-d841-11de-b865-b3884708a8e2 --- commands/base.py | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/base.py b/commands/base.py index 945696e..1f8b17f 100644 --- a/commands/base.py +++ b/commands/base.py @@ -91,7 +91,6 @@ commands['/bin/mkdir'] = command_mkdir class command_rmdir(HoneyPotCommand): def call(self): - del self.honeypot.commands['/bin/cat'] for f in self.args: path = self.fs.resolve_path(f, self.honeypot.cwd) try: