Skip to content

Commit

Permalink
Add missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-r7 committed Mar 5, 2024
1 parent b5b8e54 commit 8282f48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rex/post/smb/ui/console/command_dispatcher/shares.rb
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ def cmd_mkdir(*args)
else
print_warning('Too many parameters')
cmd_mkdir_help
return
end
end

Expand Down

0 comments on commit 8282f48

Please sign in to comment.