mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
bbf: fix reboot issue
This commit is contained in:
parent
6c711d0b73
commit
6e186c8b1e
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ int bbf_set_ip_version(int ipversion)
|
|||
|
||||
int set_bbf_end_session_flag(int flag)
|
||||
{
|
||||
return (end_session_flag &= flag);
|
||||
return (end_session_flag & flag);
|
||||
}
|
||||
|
||||
int reset_bbf_end_session_flag(void)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue