Skip to content

Commit

Permalink
Merge pull request #1758 from fluent/fix-double-change_privilege-call
Browse files Browse the repository at this point in the history
Don't call change_privilege twice. fix #1757
  • Loading branch information
repeatedly authored Nov 24, 2017
2 parents f0efc9d + 7b8adde commit e2e0f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/supervisor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ def run_worker

main_process do
create_socket_manager if @standalone_worker
change_privilege
change_privilege if @standalone_worker
init_engine
run_configure
run_engine
Expand Down

0 comments on commit e2e0f64

Please sign in to comment.