summaryrefslogtreecommitdiff
path: root/canohost.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-04-19 22:16:53 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-04-19 22:16:53 +1000
commitd04121f0ab2fcefb4b77523c38f8babadbebe38d (patch)
treee321300e8bdc6c809db9a3371a9cff9247d1501c /canohost.c
parentdca6a4dd883ffe85bf3f67e6052e03217683d612 (diff)
downloadopenssh-git-d04121f0ab2fcefb4b77523c38f8babadbebe38d.tar.gz
- djm@cvs.openbsd.org 2004/03/31 21:58:47
[canohost.c] don't skip ip options check when UseDNS=no; ok markus@ (ID sync only)
Diffstat (limited to 'canohost.c')
-rw-r--r--canohost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/canohost.c b/canohost.c
index a0067afc..54369d49 100644
--- a/canohost.c
+++ b/canohost.c
@@ -12,7 +12,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: canohost.c,v 1.38 2003/09/23 20:17:11 markus Exp $");
+RCSID("$OpenBSD: canohost.c,v 1.39 2004/03/31 21:58:47 djm Exp $");
#include "packet.h"
#include "xmalloc.h"