Skip to content
Snippets Groups Projects
Commit b3c52732 authored by Sergio Ammirata's avatar Sergio Ammirata
Browse files

Initialze the rist_logging_settings as NULL per the new API changes.

parent e94b6059
No related branches found
No related tags found
1 merge request!140Initialize the rist_logging_settings as NULL per the new API changes.
Pipeline #87356 passed with stages
in 2 minutes and 24 seconds
......@@ -44,7 +44,7 @@ struct rist_cb_arg {
};
static int keep_running = 1;
static struct rist_logging_settings *logging_settings;
static struct rist_logging_settings *logging_settings = NULL;
static struct option long_options[] = {
{ "inurl", required_argument, NULL, 'i' },
......
......@@ -41,7 +41,7 @@
#define DATA_READ_MODE_API 2
static int signalReceived = 0;
static struct rist_logging_settings *logging_settings;
static struct rist_logging_settings *logging_settings = NULL;
enum rist_profile profile = RIST_PROFILE_MAIN;
static int peer_connected_count = 0;
......
......@@ -40,7 +40,7 @@
static int signalReceived = 0;
static int peer_connected_count = 0;
static struct rist_logging_settings *logging_settings;
static struct rist_logging_settings *logging_settings = NULL;
struct rist_callback_object {
int sd;
......
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