Skip to content

Commit

Permalink
fix method call
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Feb 8, 2018
1 parent 2645821 commit 37503d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/ftp-server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ def FTPdCMDStartup(options)
# TRANSLATORS: CommandLine progress information
CommandLine.Print(_("Start FTP daemon via socket"))
CommandLine.Print("")
start_via_socket = true
self.start_via_socket = true
end
true
end
Expand Down

0 comments on commit 37503d7

Please sign in to comment.