diff options
| author | Stefan Farfeleder <stefanf@FreeBSD.org> | 2005-02-14 17:42:58 +0000 |
|---|---|---|
| committer | Stefan Farfeleder <stefanf@FreeBSD.org> | 2005-02-14 17:42:58 +0000 |
| commit | 78e3eed07184d423cdabe6a8baae3edcd47c3dc5 (patch) | |
| tree | 5a1a482690a82b5a762fe1b22f8d9ecebb0c7f70 /lib/libtacplus | |
| parent | 6aac4c27da987ea7a85281142bf33cf2c5047134 (diff) | |
Notes
Diffstat (limited to 'lib/libtacplus')
| -rw-r--r-- | lib/libtacplus/taclib.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libtacplus/taclib.c b/lib/libtacplus/taclib.c index d99995dfea6d..6ac3c72501c6 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); |
