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
ISC Open Source Projects
BIND
Commits
3b31d663
Commit
3b31d663
authored
Dec 21, 2006
by
Mark Andrews
Browse files
don't use C90 constructs
parent
9ea0cc83
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/isc/httpd.c
View file @
3b31d663
...
...
@@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: httpd.c,v 1.
4
2006/12/21
06:02:30
marka Exp $ */
/* $Id: httpd.c,v 1.
5
2006/12/21
10:06:17
marka Exp $ */
/*! \file */
...
...
@@ -220,9 +220,10 @@ static void
destroy_client
(
isc_httpd_t
**
httpdp
)
{
isc_httpd_t
*
httpd
=
*
httpdp
;
*
httpdp
=
NULL
;
isc_httpdmgr_t
*
httpdmgr
=
httpd
->
mgr
;
*
httpdp
=
NULL
;
LOCK
(
&
httpdmgr
->
lock
);
isc_socket_detach
(
&
httpd
->
sock
);
...
...
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