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
991c36b5
Commit
991c36b5
authored
Apr 17, 2000
by
Pavel Machek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use EAF_ORIGINATED as mj wanted. mj: check this!
parent
9c400ec9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
filter/filter.c
filter/filter.c
+1
-1
No files found.
filter/filter.c
View file @
991c36b5
...
...
@@ -375,7 +375,7 @@ interpret(struct f_inst *what)
l
->
flags
=
EALF_SORTED
;
l
->
count
=
1
;
l
->
attrs
[
0
].
id
=
what
->
a2
.
i
;
l
->
attrs
[
0
].
flags
=
0
;
l
->
attrs
[
0
].
flags
=
EAF_ORIGINATED
;
l
->
attrs
[
0
].
type
=
what
->
aux
;
switch
(
what
->
aux
&
EAF_TYPE_MASK
)
{
case
EAF_TYPE_INT
:
...
...
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