mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00

Make sure we only call chmod when pull_path or pub_path is used. Add regression tests for this behavior.
4 lines
260 B
Markdown
4 lines
260 B
Markdown
transports.tcp: ensure pull path is being used before attempting chmod.
|
|
The fix prevents an unnecessary traceback when the TCP transport is
|
|
not using unix sockets. No functionaly has changed as the traceback
|
|
occurs when an async task was about to exit anyway.
|