diff options
Diffstat (limited to 'auth-options.c')
-rw-r--r-- | auth-options.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auth-options.c b/auth-options.c index 146b3d174..78e8f3955 100644 --- a/auth-options.c +++ b/auth-options.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: auth-options.c,v 1.56 2011/10/18 04:58:26 djm Exp $ */ | 1 | /* $OpenBSD: auth-options.c,v 1.57 2012/12/02 20:46:11 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -363,7 +363,7 @@ auth_parse_options(struct passwd *pw, char *opts, char *file, u_long linenum) | |||
363 | xfree(patterns); | 363 | xfree(patterns); |
364 | goto bad_option; | 364 | goto bad_option; |
365 | } | 365 | } |
366 | if (options.allow_tcp_forwarding) | 366 | if ((options.allow_tcp_forwarding & FORWARD_LOCAL) != 0) |
367 | channel_add_permitted_opens(host, port); | 367 | channel_add_permitted_opens(host, port); |
368 | xfree(patterns); | 368 | xfree(patterns); |
369 | goto next_option; | 369 | goto next_option; |