]> andersk Git - openssh.git/blobdiff - session.c
- djm@cvs.openbsd.org 2008/03/25 23:01:41
[openssh.git] / session.c
index 3dcf222f59d27543bd480d4b7914948c2bf53529..6d9e36e46cc725c72d355b8a0ef5c67a90272845 100644 (file)
--- a/session.c
+++ b/session.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: session.c,v 1.231 2008/03/25 11:58:02 djm Exp $ */
+/* $OpenBSD: session.c,v 1.232 2008/03/25 23:01:41 djm Exp $ */
 /*
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
  *                    All rights reserved
@@ -1203,7 +1203,7 @@ do_rc_files(Session *s, const char *shell)
            s->display != NULL && s->auth_proto != NULL && s->auth_data != NULL;
 
        /* ignore _PATH_SSH_USER_RC for subsystems and admin forced commands */
-       if (!s->is_subsystem && options.adm_forced_command != NULL &&
+       if (!s->is_subsystem && options.adm_forced_command == NULL &&
            (stat(_PATH_SSH_USER_RC, &st) >= 0)) {
                snprintf(cmd, sizeof cmd, "%s -c '%s %s'",
                    shell, _PATH_BSHELL, _PATH_SSH_USER_RC);
This page took 0.696354 seconds and 4 git commands to generate.