Fixed spurious undef of route attributes
This commit is contained in:
parent
98fd158e28
commit
5299fb9db0
1 changed files with 1 additions and 0 deletions
|
@ -737,6 +737,7 @@
|
||||||
l->attrs[0].type = da.type;
|
l->attrs[0].type = da.type;
|
||||||
l->attrs[0].originated = 1;
|
l->attrs[0].originated = 1;
|
||||||
l->attrs[0].fresh = 1;
|
l->attrs[0].fresh = 1;
|
||||||
|
l->attrs[0].undef = 0;
|
||||||
|
|
||||||
switch (da.type) {
|
switch (da.type) {
|
||||||
case EAF_TYPE_INT:
|
case EAF_TYPE_INT:
|
||||||
|
|
Loading…
Reference in a new issue