summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libexec/rexecd/rexecd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rexecd/rexecd.c b/libexec/rexecd/rexecd.c
index f4972f4..dea2479 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;
OpenPOWER on IntegriCloud