mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
You should not follow next two times.
This commit is contained in:
parent
ecc3cf6f50
commit
e5005be2b4
@ -184,11 +184,8 @@ cf_find_sym(byte *c, unsigned int h0)
|
||||
sym_hash = cfg_allocz(SYM_HASH_SIZE * sizeof(struct keyword *));
|
||||
else
|
||||
for(s = sym_hash[h]; s; s=s->next)
|
||||
{
|
||||
if (!strcmp(s->name, c))
|
||||
return s;
|
||||
s = s->next;
|
||||
}
|
||||
l = strlen(c);
|
||||
if (l > SYM_MAX_LEN)
|
||||
cf_error("Symbol too long");
|
||||
|
Loading…
Reference in New Issue
Block a user