Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
labs
BIRD Internet Routing Daemon
Commits
9196e9f8
Commit
9196e9f8
authored
Apr 10, 2000
by
Pavel Machek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit fixes.
parent
7f77e250
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
filter/filter.c
filter/filter.c
+5
-3
No files found.
filter/filter.c
View file @
9196e9f8
...
...
@@ -570,7 +570,11 @@ filter_same(struct filter *new, struct filter *old)
return
i_same
(
new
->
root
,
old
->
root
);
}
/* This should end up far away from here! */
/* This should end up far away from here!
*
* FIXME: It should take struct adata *, not u8 * + length; but that makes it a little more difficult to test.
* Or maybe both versions are usefull?
*/
int
path_getlen
(
u8
*
p
,
int
len
)
...
...
@@ -644,8 +648,6 @@ path_format(u8 *p, int len)
printf( "Asterix now %d\n", asterix ); \
if (asterix) { if (*++mask == PM_END) { printf( "Quick exit\n" ); return 1; } } \
} while(0)
int
path_match
(
u8
*
p
,
int
len
,
s32
*
mask
)
{
...
...
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