summaryrefslogtreecommitdiff
path: root/auth-options.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-options.c')
-rw-r--r--auth-options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth-options.c b/auth-options.c
index 54798d9ad..ad97e6129 100644
--- a/auth-options.c
+++ b/auth-options.c
@@ -10,7 +10,7 @@
10 */ 10 */
11 11
12#include "includes.h" 12#include "includes.h"
13RCSID("$OpenBSD: auth-options.c,v 1.32 2005/12/06 22:38:27 reyk Exp $"); 13RCSID("$OpenBSD: auth-options.c,v 1.33 2005/12/08 18:34:11 reyk Exp $");
14 14
15#include "xmalloc.h" 15#include "xmalloc.h"
16#include "match.h" 16#include "match.h"
@@ -296,7 +296,7 @@ auth_parse_options(struct passwd *pw, char *opts, char *file, u_long linenum)
296 tun[i] = 0; 296 tun[i] = 0;
297 forced_tun_device = a2tun(tun, NULL); 297 forced_tun_device = a2tun(tun, NULL);
298 xfree(tun); 298 xfree(tun);
299 if (forced_tun_device < -1) { 299 if (forced_tun_device == SSH_TUNID_ERR) {
300 debug("%.100s, line %lu: invalid tun device", 300 debug("%.100s, line %lu: invalid tun device",
301 file, linenum); 301 file, linenum);
302 auth_debug_add("%.100s, line %lu: invalid tun device", 302 auth_debug_add("%.100s, line %lu: invalid tun device",