Skip to content

Commit

Permalink
Make sure not to accidentially leak passwords in mount options to the…
Browse files Browse the repository at this point in the history
… log
  • Loading branch information
shundhammer committed Jan 3, 2018
1 parent 1c2f416 commit 6fc9c9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/Nfs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,6 @@ def Write
# Summary()
# @return Html formatted configuration summary
def Summary
log.info("Entries: #{@nfs_entries}")
summary = ""
# summary header
summary = Summary.AddHeader(summary, _("NFS Entries"))
Expand Down

0 comments on commit 6fc9c9c

Please sign in to comment.