From c89f41e943e12ef89fdb69931fe60492b3d1653c Mon Sep 17 00:00:00 2001 From: kuriyama Date: Tue, 16 Apr 2002 07:53:42 +0000 Subject: [PATCH] Make this compilable without -DOPIE. Hint by: ume --- libexec/rexecd/rexecd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/rexecd/rexecd.c b/libexec/rexecd/rexecd.c index f4972f42ba54..dea24799842f 100644 --- a/libexec/rexecd/rexecd.c +++ b/libexec/rexecd/rexecd.c @@ -139,7 +139,7 @@ doit(int f, struct sockaddr_in *fromp) struct opie opiedata; char pass[OPIE_RESPONSE_MAX+1], opieprompt[OPIE_CHALLENGE_MAX+1]; #else /* OPIE */ - char user[16], pass[16]; + char pass[16]; #endif /* OPIE */ struct passwd *pwd; int s;