Skip to content
GitLab
Menu
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
a3e7b645
Commit
a3e7b645
authored
Aug 10, 2000
by
Andreas Gustafsson
Browse files
style
parent
5990aea2
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/isc/unix/socket.c
View file @
a3e7b645
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: socket.c,v 1.15
6
2000/08/10 23:
11:11 bwelling
Exp $ */
/* $Id: socket.c,v 1.15
7
2000/08/10 23:
42:17 gson
Exp $ */
#include <config.h>
...
...
@@ -2579,7 +2579,7 @@ isc_socket_bind(isc_socket_t *sock, isc_sockaddr_t *sockaddr) {
if
(
sock
->
pf
!=
sockaddr
->
type
.
sa
.
sa_family
)
{
UNLOCK
(
&
sock
->
lock
);
return
(
ISC_R_FAMILY
);
return
(
ISC_R_FAMILY
);
}
if
(
setsockopt
(
sock
->
fd
,
SOL_SOCKET
,
SO_REUSEADDR
,
(
void
*
)
&
on
,
sizeof
on
)
<
0
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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