Skip to content

Commit e3ef313

Browse files
committed
remove null session skip
1 parent d2f6a33 commit e3ef313

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

nxc/modules/webdav.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ def on_login(self, context, connection):
3535
remote_file = None
3636

3737
try:
38-
if not getattr(connection, "username", None) and not getattr(connection, "password", None):
39-
context.log.debug("WebDAV skipped: unauthenticated/null session (IPC$ likely denied).")
40-
return
41-
4238
remote_file = RemoteFile(connection.conn, "DAV RPC Service", "IPC$", access=FILE_READ_DATA)
4339
remote_file.open_file()
4440

0 commit comments

Comments
 (0)