summaryrefslogtreecommitdiffstats
path: root/sbin/nfsd
diff options
context:
space:
mode:
authorchl <chl@openbsd.org>2014-05-11 00:03:14 +0000
committerchl <chl@openbsd.org>2014-05-11 00:03:14 +0000
commitec38e1fe4ef749a02e413c5a7d25ef265233cc4b (patch)
tree54ffc174cc535b69988851faad6a899477533687 /sbin/nfsd
parentcatch up with the inet(3) rename; this commit missed in previous (diff)
downloadwireguard-openbsd-ec38e1fe4ef749a02e413c5a7d25ef265233cc4b.tar.xz
wireguard-openbsd-ec38e1fe4ef749a02e413c5a7d25ef265233cc4b.zip
remove unused variable
ok tedu@
Diffstat (limited to 'sbin/nfsd')
-rw-r--r--sbin/nfsd/nfsd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/nfsd/nfsd.c b/sbin/nfsd/nfsd.c
index 400e698f4c7..d4deb7dd0f9 100644
--- a/sbin/nfsd/nfsd.c
+++ b/sbin/nfsd/nfsd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nfsd.c,v 1.33 2014/05/05 15:08:37 tedu Exp $ */
+/* $OpenBSD: nfsd.c,v 1.34 2014/05/11 00:03:14 chl Exp $ */
/* $NetBSD: nfsd.c,v 1.19 1996/02/18 23:18:56 mycroft Exp $ */
/*
@@ -102,7 +102,7 @@ int
main(int argc, char *argv[])
{
struct nfsd_args nfsdargs;
- struct sockaddr_in inetaddr, inetpeer;
+ struct sockaddr_in inetaddr;
int ch, connect_type_cnt, i;
int nfsdcnt = DEFNFSDCNT, on, reregister = 0, sock;
int udpflag = 0, tcpflag = 0, tcpsock;