[server] bug fix for cmd open/close cycle to stop access.conf processing upon first successful match
This commit is contained in:
parent
06e42a3cfa
commit
c5c58ee6a5
@ -1,4 +1,9 @@
|
||||
fwknop-2.6.9 (01//2016):
|
||||
- Bug fix in command open/close cycle feature to ensure that the first
|
||||
successful match on a valid incoming SPA packet finishes all access.conf
|
||||
stanza processing. That is, no other stanzas should be looked at after
|
||||
the first match, and this is consistent with other SPA modes (such as
|
||||
basic access requests). This bug was reported by Jonathan Bennett.
|
||||
|
||||
fwknop-2.6.8 (12/23/2015):
|
||||
- [server] Added a major new feature that allows fwknopd to easily
|
||||
|
||||
@ -302,7 +302,7 @@ cmd_cycle_open(fko_srv_options_t *opts, acc_stanza_t *acc,
|
||||
if(! add_cmd_close(opts, acc, spadat, stanza_num))
|
||||
return 0;
|
||||
|
||||
return FKO_SUCCESS;
|
||||
return 1;
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user