fix: dialyzer warning

This commit is contained in:
Kjell Winblad 2024-05-10 15:51:28 +02:00
parent 0d053a6897
commit b13fa37771
1 changed files with 2 additions and 1 deletions

View File

@ -1840,7 +1840,8 @@ is_invalid_rule(S) ->
ok; ok;
_ -> _ ->
%% should not crash %% should not crash
_ = esockd_cidr:parse(CIDR, true) _ = esockd_cidr:parse(CIDR, true),
ok
end, end,
false false
catch catch