summaryrefslogtreecommitdiffstats
path: root/lib/libtacplus/taclib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libtacplus/taclib.c')
-rw-r--r--lib/libtacplus/taclib.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libtacplus/taclib.c b/lib/libtacplus/taclib.c
index d99995d..6ac3c72 100644
--- a/lib/libtacplus/taclib.c
+++ b/lib/libtacplus/taclib.c
@@ -256,9 +256,8 @@ conn_server(struct tac_handle *h)
struct timeval tv;
int nfds;
struct sockaddr peer;
- int peerlen;
+ socklen_t errlen, peerlen;
int err;
- int errlen;
/* Wait for the connection to complete. */
FD_ZERO(&wfds);
OpenPOWER on IntegriCloud