=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sshd.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- src/usr.bin/ssh/sshd.c 1999/09/30 05:53:04 1.12 +++ src/usr.bin/ssh/sshd.c 1999/09/30 06:06:31 1.13 @@ -18,7 +18,7 @@ */ #include "includes.h" -RCSID("$Id: sshd.c,v 1.12 1999/09/30 05:53:04 deraadt Exp $"); +RCSID("$Id: sshd.c,v 1.13 1999/09/30 06:06:31 deraadt Exp $"); #include "xmalloc.h" #include "rsa.h" @@ -721,7 +721,7 @@ /* Handle the connection. We pass as argument whether the connection came from a privileged port. */ - do_connection(get_remote_port() < 1024); + do_connection(get_remote_port() < IPPORT_RESERVED); #ifdef KRB4 /* Cleanup user's ticket cache file. */