diff --git a/smbclientng/core/SessionsManager.py b/smbclientng/core/SessionsManager.py index 32b2aef..7b75fa5 100644 --- a/smbclientng/core/SessionsManager.py +++ b/smbclientng/core/SessionsManager.py @@ -168,7 +168,7 @@ def process_command_line(self, arguments): try: options = parser.parse_args(arguments) except SystemExit as e: - pass + return # Process actions