Send enabling message to opm at the end of opm block.
This commit is contained in:
parent
55984834e5
commit
34bc7caeae
1 changed files with 3 additions and 0 deletions
|
@ -2110,6 +2110,9 @@ end:
|
|||
rb_free(scanner);
|
||||
}
|
||||
|
||||
if(!fail)
|
||||
opm_check_enable(true);
|
||||
|
||||
rb_free(yy_opm_address_ipv4);
|
||||
rb_free(yy_opm_address_ipv6);
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue