Move UST registry into sessiond and implement notifiers
[lttng-tools.git] / src / lib / lttng-ctl / lttng-ctl.c
index 205744ef76eb596749494328553431473a9a276e..8f63bf3e85e367285f9c599176040a4cd266dcd5 100644 (file)
@@ -1589,7 +1589,7 @@ int _lttng_create_session_ext(const char *name, const char *url,
        struct lttcomm_session_msg lsm;
        struct lttng_uri *uris = NULL;
 
-       if (name == NULL || datetime == NULL) {
+       if (name == NULL || datetime == NULL || url == NULL) {
                return -LTTNG_ERR_INVALID;
        }
 
This page took 0.024132 seconds and 5 git commands to generate.