diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-13 06:45:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-13 06:45:50 +0000 |
commit | 38852196ccf4485a7782854bb059163998c8ae86 (patch) | |
tree | 5c59c407bfc4b0a9626fc8d1b5dc26bdfc36d635 /libexec | |
parent | 16e5a4fc5e81ff09821ebbe5d3805f27570c2d8a (diff) |
typo
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/rpc.lockd/procs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rpc.lockd/procs.c b/libexec/rpc.lockd/procs.c index 9833d5a7074..ffb7508b034 100644 --- a/libexec/rpc.lockd/procs.c +++ b/libexec/rpc.lockd/procs.c @@ -58,7 +58,7 @@ static void log_from_addr(char *fun_name, struct svc_req *req) { struct sockaddr_in *addr; struct hostent *host; - char hostname_buf[MAXHOSTNAMELEN; + char hostname_buf[MAXHOSTNAMELEN]; addr = svc_getcaller(req->rq_xprt); host = gethostbyaddr((char *)&(addr->sin_addr), addr->sin_len, AF_INET); |