remove outdated call in BPD

This commit is contained in:
Adrian Sampson 2012-07-24 14:26:47 -07:00
parent e9104b6775
commit 26fa3bcac6

View file

@ -246,7 +246,6 @@ class BaseServer(object):
def cmd_kill(self, conn):
"""Exits the server process."""
self.listener.close()
exit(0)
def cmd_close(self, conn):