Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
498e6286
Commit
498e6286
authored
Jan 19, 2005
by
Mark Andrews
Browse files
remove unused variable.
parent
2a65727a
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/isc/netaddr.c
View file @
498e6286
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: netaddr.c,v 1.3
0
2005/01/1
7
23:
58:32
marka Exp $ */
/* $Id: netaddr.c,v 1.3
1
2005/01/1
9
23:
22:50
marka Exp $ */
#include <config.h>
...
...
@@ -194,7 +194,7 @@ isc_netaddr_format(const isc_netaddr_t *na, char *array, unsigned int size) {
isc_result_t
isc_netaddr_prefixok
(
const
isc_netaddr_t
*
na
,
unsigned
int
prefixlen
)
{
static
const
unsigned
char
zeros
[
16
];
unsigned
int
nbits
,
nbytes
,
ipbytes
,
i
;
unsigned
int
nbits
,
nbytes
,
ipbytes
;
const
unsigned
char
*
p
;
switch
(
na
->
family
)
{
...
...
Write
Preview
Markdown
is supported
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