Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libloc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
nexedi
libloc
Commits
725718e1
Commit
725718e1
authored
Mar 30, 2022
by
Michael Tremer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
network: Add more debugging output when running exclude
Signed-off-by:
Michael Tremer
<
michael.tremer@ipfire.org
>
parent
92ba094c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
src/database.c
src/database.c
+1
-1
src/network.c
src/network.c
+3
-0
No files found.
src/database.c
View file @
725718e1
...
...
@@ -1370,7 +1370,7 @@ static int __loc_database_enumerator_next_network_flattened(
struct
loc_network_list
*
excluded
=
loc_network_exclude_list
(
*
network
,
enumerator
->
subnets
);
if
(
!
excluded
)
{
loc_network_list_clear
(
enumerator
->
subnets
);
return
-
1
;
return
1
;
}
// Merge subnets onto the stack
...
...
src/network.c
View file @
725718e1
...
...
@@ -406,6 +406,9 @@ ERROR:
if
(
subnet2
)
loc_network_unref
(
subnet2
);
if
(
r
)
DEBUG
(
network
->
ctx
,
"%s has failed with %d
\n
"
,
__FUNCTION__
,
r
);
return
r
;
}
...
...
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