mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 22:32:07 -04:00
added comment
This commit is contained in:
parent
9259fed3d8
commit
41c53e1d11
1 changed files with 7 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: name.c,v 1.107 2000/11/14 23:48:02 tale Exp $ */
|
||||
/* $Id: name.c,v 1.108 2000/11/27 19:45:45 gson Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
@ -2664,6 +2664,12 @@ dns_name_split(dns_name_t *name,
|
|||
SETUP_OFFSETS(name, offsets, name_odata);
|
||||
|
||||
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];
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue