=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth-options.c,v retrieving revision 1.31.2.1 retrieving revision 1.32 diff -u -r1.31.2.1 -r1.32 --- src/usr.bin/ssh/auth-options.c 2006/02/03 02:53:44 1.31.2.1 +++ src/usr.bin/ssh/auth-options.c 2005/12/06 22:38:27 1.32 @@ -10,7 +10,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth-options.c,v 1.31.2.1 2006/02/03 02:53:44 brad Exp $"); +RCSID("$OpenBSD: auth-options.c,v 1.32 2005/12/06 22:38:27 reyk Exp $"); #include "xmalloc.h" #include "match.h" @@ -296,7 +296,7 @@ tun[i] = 0; forced_tun_device = a2tun(tun, NULL); xfree(tun); - if (forced_tun_device == SSH_TUNID_ERR) { + if (forced_tun_device < -1) { debug("%.100s, line %lu: invalid tun device", file, linenum); auth_debug_add("%.100s, line %lu: invalid tun device",