Skip to content
Snippets Groups Projects
Commit 3a4040dd authored by George Kiagiadakis's avatar George Kiagiadakis
Browse files

config-policy: fix typo in variable check

parent 133469d5
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,7 @@ wp_config_policy_can_link_stream (WpConfigPolicy *self, WpEndpoint *target,
parser = wp_configuration_get_parser (self->config,
WP_PARSER_STREAMS_EXTENSION);
streams_data = wp_config_parser_get_matched_data (parser, data->te.streams);
if (!data)
if (!streams_data)
return TRUE;
const struct WpParserStreamsStreamData *linked_stream_data =
wp_parser_streams_find_stream (streams_data, linked_stream_name);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment