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
dhcp
Commits
05af5898
Commit
05af5898
authored
Apr 06, 2000
by
Ted Lemon
Browse files
Replace a missing right brace that got deleted.
parent
0313cdde
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/socket.c
View file @
05af5898
...
...
@@ -51,7 +51,7 @@
#ifndef lint
static
char
copyright
[]
=
"$Id: socket.c,v 1.4
7
2000/0
3/17 0
3:5
9
:0
2
mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.
\n
"
;
"$Id: socket.c,v 1.4
8
2000/0
4/06 2
3:5
6
:0
1
mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.
\n
"
;
#endif
/* not lint */
#include
"dhcpd.h"
...
...
@@ -221,6 +221,7 @@ void if_deregister_receive (info)
(
info
->
shared_network
?
"/"
:
""
),
(
info
->
shared_network
?
info
->
shared_network
->
name
:
""
));
}
#endif
/* USE_SOCKET_RECEIVE */
#if defined (USE_SOCKET_SEND) || defined (USE_SOCKET_FALLBACK)
...
...
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