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
41c53e1d
Commit
41c53e1d
authored
Nov 27, 2000
by
Andreas Gustafsson
Browse files
added comment
parent
9259fed3
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/name.c
View file @
41c53e1d
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
*/
/* $Id: name.c,v 1.10
7
2000/11/
14 23:48:02 tale
Exp $ */
/* $Id: name.c,v 1.10
8
2000/11/
27 19:45:45 gson
Exp $ */
#include
<config.h>
#include
<config.h>
...
@@ -2664,6 +2664,12 @@ dns_name_split(dns_name_t *name,
...
@@ -2664,6 +2664,12 @@ dns_name_split(dns_name_t *name,
SETUP_OFFSETS
(
name
,
offsets
,
name_odata
);
SETUP_OFFSETS
(
name
,
offsets
,
name_odata
);
splitlabel
=
name
->
labels
-
suffixlabels
;
splitlabel
=
name
->
labels
-
suffixlabels
;
/*
* Make p point at the count byte of the bitstring label,
* if there is one (p will not be used if we are not
* splitting bits).
*/
p
=
&
name
->
ndata
[
offsets
[
splitlabel
]
+
1
];
p
=
&
name
->
ndata
[
offsets
[
splitlabel
]
+
1
];
/*
/*
...
...
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