From 816af95a7739095349368133fb4db2b579901b86 Mon Sep 17 00:00:00 2001 From: nectar Date: Tue, 5 Apr 2005 18:25:27 +0000 Subject: Correct type mismatch introduced in last commit. Noticed by: Steve Kargl --- 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 18149fe..02c6843 100644 --- a/libexec/rexecd/rexecd.c +++ b/libexec/rexecd/rexecd.c @@ -139,7 +139,7 @@ doit(struct sockaddr *fromp) char user[16], pass[16]; struct passwd *pwd, pwd_storage; char *pwdbuf; - int pwdbuflen; + size_t pwdbuflen; int fd, r, sd; u_short port; int pv[2], pid, cc, nfds; -- cgit v1.1