Skip to content

Commit

Permalink
Update smbserver.py
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
GeisericII authored Sep 15, 2024
1 parent 1ded0c7 commit 122a9af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/smbserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
logging.info('Switching output to file %s' % options.outputfile)
server.setLogFile(options.outputfile)

server.addShare(options.shareName.upper(), options.sharePath, comment)
server.addShare(options.shareName.upper(), options.sharePath, comment, readOnly=readonly)
server.setSMB2Support(options.smb2support)
server.setDropSSP(options.dropssp)
Expand Down

0 comments on commit 122a9af

Please sign in to comment.