mirror of
https://github.com/aljazceru/cowrie.git
synced 2025-12-17 22:14:19 +01:00
remove unnecessary support for requesting terminal title
git-svn-id: https://kippo.googlecode.com/svn/trunk@168 951d7100-d841-11de-b865-b3884708a8e2
This commit is contained in:
@@ -118,11 +118,6 @@ class DBLogger(dblog.DBLogger):
|
||||
' WHERE `id` = %s',
|
||||
('%sx%s' % (args['width'], args['height']), session))
|
||||
|
||||
def handleTerminalTitle(self, session, args):
|
||||
self.simpleQuery('UPDATE `sessions` SET `termtitle` = %s' + \
|
||||
' WHERE `id` = %s',
|
||||
(args['title'], session))
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def handleClientVersion(self, session, args):
|
||||
r = yield self.db.runQuery(
|
||||
|
||||
Reference in New Issue
Block a user