Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
591
Issues
591
List
Boards
Labels
Service Desk
Milestones
Merge Requests
113
Merge Requests
113
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
a40b8e02
Commit
a40b8e02
authored
Jan 20, 2014
by
Evan Hunt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[master] remove unnecessary test in name.c
parent
d58e33bf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
lib/dns/name.c
lib/dns/name.c
+1
-6
No files found.
lib/dns/name.c
View file @
a40b8e02
...
...
@@ -2118,12 +2118,7 @@ dns_name_concatenate(dns_name_t *prefix, dns_name_t *suffix, dns_name_t *name,
if
(
copy_suffix
)
{
if
((
suffix
->
attributes
&
DNS_NAMEATTR_ABSOLUTE
)
!=
0
)
absolute
=
ISC_TRUE
;
if
(
suffix
==
name
&&
suffix
->
buffer
==
target
)
memmove
(
ndata
+
prefix_length
,
suffix
->
ndata
,
suffix
->
length
);
else
memmove
(
ndata
+
prefix_length
,
suffix
->
ndata
,
suffix
->
length
);
memmove
(
ndata
+
prefix_length
,
suffix
->
ndata
,
suffix
->
length
);
}
/*
...
...
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