Skip to content

Commit 75c94cc

Browse files
committed
Derp
1 parent e508079 commit 75c94cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/meterpreter/ext_server_stdapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
try:
1313
import ctypes
14-
has_ctypes = False
14+
has_ctypes = True
1515
has_windll = hasattr(ctypes, 'windll')
1616
except:
1717
has_windll = False

0 commit comments

Comments
 (0)