diff options
author | jp161948 <none@none> | 2007-05-08 02:19:03 -0700 |
---|---|---|
committer | jp161948 <none@none> | 2007-05-08 02:19:03 -0700 |
commit | 4dd46c65567d297a973829471c9ffd03896227d1 (patch) | |
tree | ae9bb3b4455e4af123482d944f2e6227523c2f30 /usr/src | |
parent | 6733190958bbcc0bd6d1d601e7ae0a6994dafb45 (diff) | |
download | illumos-gate-4dd46c65567d297a973829471c9ffd03896227d1.tar.gz |
6527064 *sshd* uses LC_CTIME instead of LC_TIME
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/cmd/ssh/sshd/session.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/ssh/sshd/session.c b/usr/src/cmd/ssh/sshd/session.c index 7cc1e1d091..d85558a44e 100644 --- a/usr/src/cmd/ssh/sshd/session.c +++ b/usr/src/cmd/ssh/sshd/session.c @@ -32,7 +32,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -1120,7 +1120,7 @@ do_setup_env(Session *s, const char *shell) PASS_ENV("LC_ALL") PASS_ENV("LC_CTYPE") PASS_ENV("LC_COLLATE") - PASS_ENV("LC_CTIME") + PASS_ENV("LC_TIME") PASS_ENV("LC_NUMERIC") PASS_ENV("LC_MONETARY") PASS_ENV("LC_MESSAGES") |