lint fixes: ensuring functions return values, robustness to nil Val's

This commit is contained in:
Vern Paxson 2021-03-18 08:21:19 -07:00
parent e21c0f1115
commit 5a8ba8c3e5
4 changed files with 8 additions and 2 deletions

View file

@ -713,6 +713,8 @@ function enable_stream(id: ID) : bool
if ( id in all_streams )
active_streams[id] = all_streams[id];
return T;
}
# convenience function to add a filter name to stream_filters