From: Todd C. Miller Date: Thu, 26 Aug 1999 09:19:25 +0000 (+0000) Subject: Add an XXX X-Git-Tag: SUDO_1_6_0~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39c448c7142e2625e467ab9c2096d8a7faf885d9;p=sudo Add an XXX --- diff --git a/auth/dce.c b/auth/dce.c index 0c841095f..04b3cc994 100644 --- a/auth/dce.c +++ b/auth/dce.c @@ -78,6 +78,7 @@ static const char rcsid[] = "$Sudo$"; static int check_dce_status __P((error_status_t, char *)); +/* XXX - some of this should move into the init and/or setup routines. */ int dce_verify(pw, plain_pw, auth) struct passwd *pw;