=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/sshconnect1.c,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- src/usr.bin/ssh/Attic/sshconnect1.c 2001/06/26 20:14:11 1.38 +++ src/usr.bin/ssh/Attic/sshconnect1.c 2001/07/05 20:32:47 1.39 @@ -13,7 +13,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: sshconnect1.c,v 1.38 2001/06/26 20:14:11 markus Exp $"); +RCSID("$OpenBSD: sshconnect1.c,v 1.39 2001/07/05 20:32:47 stevesk Exp $"); #include #include @@ -1271,4 +1271,6 @@ send_afs_tokens(); } #endif /* AFS */ + + return; /* need statement after label */ }