aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/crackmapexec/cleanup-residual-patch-in-upstream.patch
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/crackmapexec/cleanup-residual-patch-in-upstream.patch')
-rw-r--r--unmaintained/crackmapexec/cleanup-residual-patch-in-upstream.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/unmaintained/crackmapexec/cleanup-residual-patch-in-upstream.patch b/unmaintained/crackmapexec/cleanup-residual-patch-in-upstream.patch
new file mode 100644
index 0000000000..70682d9f5f
--- /dev/null
+++ b/unmaintained/crackmapexec/cleanup-residual-patch-in-upstream.patch
@@ -0,0 +1,22 @@
+diff --git a/cme/cmeserver.py b/cme/cmeserver.py
+index 4549095..5bc336b 100644
+--- a/cme/cmeserver.py
++++ b/cme/cmeserver.py
+@@ -1,17 +1,9 @@
+ import BaseHTTPServer
+ import threading
+ import ssl
+-<<<<<<< HEAD:cme/cmeserver.py
+-<<<<<<< 23d8a6517fb1a36bac9b09e3923201ee291d00ac:cme/cmeserver.py
+ import os
+ import sys
+ from getpass import getuser
+-=======
+-import sys
+->>>>>>> Added error handling for CME server in case the port is already in use.:core/cmeserver.py
+-=======
+-import sys
+->>>>>>> da4e55380a1d1ad46d3176c513b829bd4a7099f4:core/cmeserver.py
+ from BaseHTTPServer import BaseHTTPRequestHandler
+ from logging import getLogger
+ from gevent import sleep