Skip to content

Commit b66015a

Browse files
authored
Update TODO
1 parent 8f1fc83 commit b66015a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enum4linux-ng.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ def __init__(self, smb_conn=None):
566566
self._server_handle = self._get_server_handle()
567567

568568
def _get_server_handle(self):
569-
# TODO: Investigate on the various hSamrConnect{0,2,3,4,5}() functions - hSamrConnect results in STATUS_ACCESS_DENIED on old machines
569+
# TODO: Investigate on the various hSamrConnect{_,2,3,4,5}() functions - hSamrConnect() results in STATUS_ACCESS_DENIED on old machines
570570
resp = samr.hSamrConnect2(self.dce)
571571
return resp['ServerHandle']
572572

0 commit comments

Comments
 (0)