From 2505b891fd8e809f48af0e54419693b9966c0029 Mon Sep 17 00:00:00 2001 From: dtucker Date: Tue, 11 Nov 2008 05:39:44 +0000 Subject: [PATCH] - stevesk@cvs.openbsd.org 2008/11/11 02:58:09 [servconf.c] USE_AFS not referenced so remove #ifdef. fixes sshd -T not printing kerberosgetafstoken. ok dtucker@ (Id sync only, we still want the ifdef in portable) --- ChangeLog | 5 +++++ servconf.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ad455efe..38f393b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,6 +17,11 @@ [session.c ssh.1] typo fixed (overriden -> overridden) ok espie, jmc + - stevesk@cvs.openbsd.org 2008/11/11 02:58:09 + [servconf.c] + USE_AFS not referenced so remove #ifdef. fixes sshd -T not printing + kerberosgetafstoken. ok dtucker@ + (Id sync only, we still want the ifdef in portable) 20081105 - OpenBSD CVS Sync diff --git a/servconf.c b/servconf.c index 053e20a7..659a1eb2 100644 --- a/servconf.c +++ b/servconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: servconf.c,v 1.191 2008/11/05 11:22:54 jmc Exp $ */ +/* $OpenBSD: servconf.c,v 1.192 2008/11/11 02:58:09 stevesk Exp $ */ /* * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland * All rights reserved -- 2.45.2