From 9a3a514f6aa455372f234f8f609bfdae39f58ddb Mon Sep 17 00:00:00 2001 From: evilsocket Date: Fri, 24 Aug 2018 15:50:26 +0200 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- session/session.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/session/session.go b/session/session.go index 2f644a29..65776edb 100644 --- a/session/session.go +++ b/session/session.go @@ -524,6 +524,8 @@ func (s *Session) Run(line string) error { return err } } + + return nil } // is it a proxy module custom command?