Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Petr Menšík
BIND
Commits
20e1ac33
Commit
20e1ac33
authored
Nov 22, 2000
by
Andreas Gustafsson
Browse files
removed unused variable poke_needed
parent
a408d5b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/isc/unix/socket.c
View file @
20e1ac33
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: socket.c,v 1.17
1
2000/11/
17 21:04
:1
2
gson Exp $ */
/* $Id: socket.c,v 1.17
2
2000/11/
22 23:48
:1
4
gson Exp $ */
#include
<config.h>
...
...
@@ -3013,7 +3013,6 @@ isc_socket_getsockname(isc_socket_t *sock, isc_sockaddr_t *addressp) {
*/
void
isc_socket_cancel
(
isc_socket_t
*
sock
,
isc_task_t
*
task
,
unsigned
int
how
)
{
isc_boolean_t
poke_needed
;
REQUIRE
(
VALID_SOCKET
(
sock
));
...
...
@@ -3024,8 +3023,6 @@ isc_socket_cancel(isc_socket_t *sock, isc_task_t *task, unsigned int how) {
if
(
how
==
0
)
return
;
poke_needed
=
ISC_FALSE
;
LOCK
(
&
sock
->
lock
);
/*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment