CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/09/25 19:48:57
Modified files:
usr.bin/ssh : mux.c
Log message:
s/process_mux_master/mux_master_process/ in mux master function names,
Gives better symmetry with the existing mux_client_*() names and makes
it more obvious when a message comes from the master vs client (they
are interleved in ControlMaster=auto mode).
no functional change beyond prefixing a could of log messages with
__func__ where they were previously lacking.
