Send enabling message to opm at the end of opm block.

This commit is contained in:
Elizabeth Myers 2016-04-02 22:33:19 -05:00
parent 55984834e5
commit 34bc7caeae

View file

@ -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;