search for: bc28466

Displaying 1 result from an estimated 1 matches for "bc28466".

Did you mean: 1028466
2011 Jan 07
1
[RFC/PATCH] ssh: config directive to modify the local environment
...ent value for variable */ + setenv(options.local_env_mods[i].name, + options.local_env_mods[i].value, 1); + } else { + unsetenv(options.local_env_mods[i].name); + } + } + } + timeout_ms = options.connection_timeout * 1000; /* Open a connection to the remote host. */ -- tg: (bc28466..) bw/localenvmod (depends on: master)